Loading Tool

Explorer IconExplorer

Memory Pool

28,602 transactions
9.51 vMB
0.09961806 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.11/200 MB

Candidate Block

Mining Attempt 3aeec87cccfb606c621432b1558ddc38d50fd06158aabcb6885aee7a9b1e4f63
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root 8773885f5fd505a39bbb3964e096504de2e602e0c680af7fc7097fffd3d24153
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,479
Size: 1.00 vMB
Total Fees: 0.02831087 BTC
Median Feerate: 3.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (777,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,864 135,864 00000000000000c0093f78763aa04daa82be0340baf57e7bbbeafd1256525736 33 0.01 vMB 536
135,863 135,863 0000000000000a285c3cb2a90ac7194cca034512748289e2526d9d7ae6ee7523 26 0.01 vMB 446
135,862 135,862 0000000000000080edc8a44c7b0f5a36601558404cb23af5c011332deb2490e1 24 0.01 vMB 40
135,861 135,861 000000000000037151fc806cc1610d1818a87923403aa239f4c02b3f128368b6 5 0.00 vMB 689
135,860 135,860 00000000000000075c09056c7057eb815aff7d5a25ee971cf9835158dc2b7941 52 0.02 vMB 673
135,859 135,859 000000000000072a9d07fd08ee358e9e8d1a00991c5622703300579e6a82691b 12 0.00 vMB 652
135,858 135,858 0000000000000253ef2f032fa4ad7ae492a4860c382ca9d0712f66e86d3a096a 129 0.04 vMB 10
135,857 135,857 00000000000000998029ab4574f4b3d5bba5677272ae296fa76f36d5e22fce10 61 0.03 vMB 418
135,856 135,856 000000000000091b90788656ca242315c01eca81ad2f4a806ea877a7f1925104 92 0.08 vMB 178
135,855 135,855 00000000000005edc73d99b667eaacade0fbee66f5cde8496e4a39889146f286 31 0.02 vMB 219
135,854 135,854 00000000000005d466cac991c05ec1209d062bda76dd2739d1aa3ab63f0b7207 13 0.00 vMB 548
135,853 135,853 000000000000065e7c16d781cd7e064bae1e2ea9a160462e1ea801ab6a0f1e78 60 0.02 vMB 232
135,852 135,852 00000000000004df5e62cf3d5a2ea3be27679ff1251bcb623d9c004973d77d45 63 0.03 vMB 613
135,851 135,851 000000000000079dad005c155c73a2db30ce20360a49124a1d71c21b33125fa7 1 0.00 vMB 0
135,850 135,850 0000000000000a20e9191092ea3fecc007a16d6ee6f715428b2c4518ecfe40af 61 0.03 vMB 124
135,849 135,849 000000000000056e99e9c158f98d189e8f70160e41665adb92b9ab3969f6d60d 47 0.02 vMB 365
135,848 135,848 0000000000000381d3b309753cc45b901d161e3cd984d174358b46d40f07389a 123 0.04 vMB 207
135,847 135,847 0000000000000069e1222f40ce5cf8c6dc565d8caada2485516b2a29017da857 151 0.06 vMB 485
135,846 135,846 00000000000002e56be9af93bfe7454984af78387e5da2a70909a1e9d592cb27 24 0.01 vMB 871
135,845 135,845 0000000000000835e691f7d28982fdc780e9afc200953400d5f77f4ded9e1a29 10 0.00 vMB 455
135,844 135,844 000000000000032991c73695b9681da0378ad7ec5006b2d0bc9df49db9773a30 15 0.01 vMB 768
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 69
    • Outgoing: 10
  • Data Transfer:
    • Sent: 24.11 GB
    • Received: 0.48 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.