Loading Tool

Explorer IconExplorer

Memory Pool

74,803 transactions
27.68 vMB
0.07495869 BTC
Random Selection Loading Transactions
Max Size: 168.66/200 MB

Candidate Block

Mining Attempt 5e66db585a829042e907c53f265bccbeb6c6b2707de824aa66274e1bc3d1cbb5
Version 20000000
Previous Block 0000000000000000000192874583294799069cd41a502da4205abee519612895
Merkle Root 66b07d40cfd01811493e52c92d3c80410fc2bbe7cc940ec558898a97945a8ab5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,829
Size: 1.00 vMB
Total Fees: 0.01585914 BTC
Feerates: 100.35 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,293 (103,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,587 811,587 00000000000000000002db7efd71f8c92eece1f53deda4641601ac8ca64da2cc 1,185 1.00/1.00 vMB 5
811,586 811,586 0000000000000000000463b9e8522b69e049b0356480d93cfef203a283c85a60 265 1.00/1.00 vMB 2
811,585 811,585 00000000000000000000993342b8c068c1800b1891214c237573f0b74a59ba19 954 1.00/1.00 vMB 2
811,584 811,584 0000000000000000000485993e37cd61641cbba93a61793301bff095728b02ff 3,231 1.00/1.00 vMB 21
811,583 811,583 00000000000000000002c8f127b8abd3358144523b756588827906ee61272e88 1,686 1.00/1.00 vMB 5
811,582 811,582 000000000000000000019cc7675b84b4ab15b496a61999d01a9047a841aeeb30 1,475 1.00/1.00 vMB 4
811,581 811,581 00000000000000000001d8f64d269a620e4c1449a56abd6578e7cfa5d9769411 2,820 1.00/1.00 vMB 21
811,580 811,580 00000000000000000003ed2a039ef49252770f9a31410a247a319a486f1055df 1,123 1.00/1.00 vMB 5
811,579 811,579 00000000000000000004aeed203c5474c89662821734b01e6ff9168e85564039 1,458 1.00/1.00 vMB 8
811,578 811,578 000000000000000000027bda675fe10d67baee4d2582e8c753d9d9caec0c9d25 1,607 1.00/1.00 vMB 6
811,577 811,577 00000000000000000002091ab28d18c19fa35557d4ca5c672b8b900d74e938f3 819 1.00/1.00 vMB 7
811,576 811,576 0000000000000000000406756b7845d9851ceba77022b65320c05dca333ee929 3,064 1.00/1.00 vMB 19
811,575 811,575 000000000000000000030e3297c1e72f1da63fff0c66a666a4349403ae8c1607 1,445 1.00/1.00 vMB 9
811,574 811,574 00000000000000000000662f4635ee88019347b646eec2361fd0ba78250a3f1f 2,374 1.00/1.00 vMB 14
811,573 811,573 0000000000000000000034b3257ccc8338067c151367315f474daa162ba521cc 2,126 1.00/1.00 vMB 6
811,572 811,572 00000000000000000001548f5ad6b10e59092e24b67bce23bb35b4adea5f97ed 2,223 1.00/1.00 vMB 12
811,571 811,571 000000000000000000040f23b332194c7fad287211d49b828cf007d558dd1f93 1,175 1.00/1.00 vMB 6
811,570 811,570 000000000000000000041fa335ff8aa8c5df40e83a03db45dbda62520e2b0b57 949 1.00/1.00 vMB 7
811,569 811,569 000000000000000000022628fbaf29607bdfb1789b524bb23fea051ef040c2fa 1,558 1.00/1.00 vMB 7
811,568 811,568 00000000000000000004c570aa43759a45f041b11d6889f156b679458c546fdb 200 1.00/1.00 vMB 2
811,567 811,567 00000000000000000002a1766175d832cff9a4cdb189a2d365cef134a4470aec 1,240 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.90 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: 713.58 GB
    • Received: 17.40 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.