Loading Tool

Explorer IconExplorer

Memory Pool

45,916 transactions
27.93 vMB
0.08393288 BTC
Random Selection Loading Transactions
Max Size: 147.79/200 MB

Candidate Block

Mining Attempt 463c4a98960417ec8a549d572fbabd3f32d3d262bd6c1e60a3d7f3330d2f86c8
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 58e8c1e06043e5b63ff2c0c850f1aee020b1a1e788937d641961a4fe5a0a189d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.02992981 BTC
Feerates: 181.54 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (561,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,932 352,932 000000000000000001e258cb8b5bd34793f83d045159d3204d681ea36d1d9629 190 0.10/1.00 vMB 23
352,931 352,931 00000000000000000cc93f6f35097a54b33e09a53d166c50bae38803fe736e34 1,094 0.57/1.00 vMB 25
352,930 352,930 00000000000000001418d06f3f23a8cf656771655f1d1347caf6b147b0fcfd0f 660 0.36/1.00 vMB 26
352,929 352,929 00000000000000000704bb071d9c78b075fec42f9f4ee2dfad33b805ae9c0ce3 1,201 0.60/1.00 vMB 30
352,928 352,928 0000000000000000030c614adc0170b19e8da2e80da59935962b33013bc02dc8 234 0.16/1.00 vMB 22
352,927 352,927 0000000000000000035d44e486ad0c8a652842871cf2694d0e8ea8bc9b3d1f2e 683 0.33/1.00 vMB 25
352,926 352,926 00000000000000000053019974eafaf3b6dc4a019314e38a4f18cefd01feaae0 784 0.49/1.00 vMB 10
352,925 352,925 000000000000000007fd62975f4c63c1425f8ac5f647d4724c9db0e075dc220b 214 0.10/1.00 vMB 30
352,924 352,924 0000000000000000049ea2f9a9aa335ad64b3b6bdd299ac2d835e9ace8a8d462 792 0.47/1.00 vMB 27
352,923 352,923 0000000000000000012396b191f0cc74f26efd69f4e690d0ba226569f15768de 888 0.75/1.00 vMB 20
352,922 352,922 00000000000000000036ef1e8f713dbe3de742bc694b3da6d7db2dcb216ecfe2 1,849 0.75/1.00 vMB 34
352,921 352,921 0000000000000000025c2a13231a253ee5d39a64c89cecb67d9af3af17b96a5d 1,771 0.99/1.00 vMB 25
352,920 352,920 000000000000000004c4360de3265541534f97c299a63d09ae53eb1f1835633a 1,395 0.75/1.00 vMB 28
352,919 352,919 00000000000000000834e10ea0963471e8fe4e5c85cacd8d0068dec652449c38 1,914 0.75/1.00 vMB 35
352,918 352,918 000000000000000008c0a752ffe0b257b2e56252d9a4a33791563eb353f5a43c 297 0.15/1.00 vMB 24
352,917 352,917 0000000000000000054a5b9a9a915d41266f4eb1b4b370c31b63328fecc63dcd 515 0.34/1.00 vMB 28
352,916 352,916 000000000000000011fb66dc9945869b371cfa3c96606ca32ce966c33b6d1557 186 0.11/1.00 vMB 17
352,915 352,915 000000000000000006a391d3df24f07b938d77b673c631d97c0d7c1aacd21605 558 0.28/1.00 vMB 28
352,914 352,914 000000000000000008380155e3c7dd402bc945052ce7ec4f48d09bb63701ef27 1,415 0.67/1.00 vMB 27
352,913 352,913 000000000000000014ae4d5f32012d22af9abd34c22d0703ef0bb4574790d3fb 387 0.23/1.00 vMB 16
352,912 352,912 0000000000000000063011716d5041692aee315bd1b9506beff0f49667784eb6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 655.58 GB
    • Received: 14.33 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.