Loading Tool

Explorer IconExplorer

Memory Pool

40,585 transactions
27.88 vMB
0.07210364 BTC
Random Selection Loading Transactions
Max Size: 143.05/200 MB

Candidate Block

Mining Attempt 5febd4552335228262093e3589139ede4fa0635eb0db7195449dddc6fabb00d1
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 5beedd917386d310760f9ab5e1981e59339f628aeee7fb794787ade6011bfc8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.01872387 BTC
Feerates: 101.49 > 1.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (248,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,670 665,670 00000000000000000006717c6ba384fcdfe8124f1af09dd6d377237231dea8ce 1,866 1.00/1.00 vMB 92
665,669 665,669 000000000000000000022f52dff8d7c380b5597d8e4d6b4da70489e5ee91bbd2 1,608 1.00/1.00 vMB 72
665,668 665,668 00000000000000000001c889b0c2297e58c441fbcce0d88354b3f48961d4266f 1,172 1.00/1.00 vMB 71
665,667 665,667 0000000000000000000569679c31a7c39bb00131b631e56b31acd6857760d520 2,223 1.00/1.00 vMB 84
665,666 665,666 0000000000000000000da53e6339e74fae4428ccba0f1e1258ce71244c8ad784 1,951 1.00/1.00 vMB 103
665,665 665,665 000000000000000000084d8a857c4f00475e9a6f0eb5ce5949ee3c76b467cef7 1,855 1.00/1.00 vMB 131
665,664 665,664 000000000000000000078a754bdde94bb23ea4db58653a2e8a627cd8ed352f45 2,142 1.00/1.00 vMB 82
665,663 665,663 00000000000000000009cf4a8b2985add8f650cb316d60e0bae3fe63d44f1557 2,596 1.00/1.00 vMB 71
665,662 665,662 00000000000000000004d93786762fe349cd1b7c8c6a0e6f78dbe958066a844d 2,231 1.00/1.00 vMB 98
665,661 665,661 0000000000000000000cbe5d77506569f5965cacc318ab04d615332a6f3bdbd5 1,386 1.00/1.00 vMB 122
665,660 665,660 0000000000000000000b0bb6228660b3bba4e3fb74e7b38efbb44366339108d0 1,972 1.00/1.00 vMB 140
665,659 665,659 0000000000000000000460c1fd326fcbadeb0bb3f19a5632d283291ccd1e625b 2,302 1.00/1.00 vMB 110
665,658 665,658 00000000000000000000dca3236c03603494943e82b8cc9926a319cf30df6fea 2,298 1.00/1.00 vMB 95
665,657 665,657 0000000000000000000c1cb6ab7b6e08538cae8310ee16c0f53a908ea134d472 2,889 1.00/1.00 vMB 91
665,656 665,656 0000000000000000000740a93f9ddee6fa5e0873b66c84aeb4d6087cb4ea59eb 857 1.00/1.00 vMB 84
665,655 665,655 0000000000000000000cd428c7524265ebbdece99df9ca159d62fab9b39b227b 2,945 1.00/1.00 vMB 103
665,654 665,654 0000000000000000000622e7b8af4f221cf799b65f54c050e0214a980476bf80 2,522 1.00/1.00 vMB 114
665,653 665,653 000000000000000000013bdaa979a421ddcec9e548a1eef8c1b0176f8a25b368 2,050 1.00/1.00 vMB 86
665,652 665,652 0000000000000000000c29e0ee127c69622ac28a8e5bea0c646bd6569ab4b8ba 2,841 1.00/1.00 vMB 111
665,651 665,651 000000000000000000052a45c8be22bb72981fec3d0bc0796cb45e76ee43e2f9 2,552 1.00/1.00 vMB 115
665,650 665,650 00000000000000000005f2ae299c673f76f74bab3ede9deda9a4f05ef21061d5 2,081 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 781.76 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: 632.52 GB
    • Received: 12.12 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.