Loading Tool

Explorer IconExplorer

Memory Pool

80,963 transactions
29.82 vMB
0.12034164 BTC
Random Selection Loading Transactions
Max Size: 180.14/200 MB

Candidate Block

Mining Attempt 368b5c77580ff21f025e2a55c872bb6bf1f82df95a68c5d5285bb83c9fad1142
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 7e5ef17e08c4b147b21048dbd32404ebfe08abe7823d1840b4b0fcfa268ad703
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,332
Size: 1.00 vMB
Total Fees: 0.05012030 BTC
Feerates: 477.45 > 5.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (483,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,261 431,261 000000000000000004a5abdc310c98a604f1c0871003351fd1b2e29a05b1205a 1,705 1.00/1.00 vMB 43
431,260 431,260 0000000000000000023bdee074537e4fb36a0e7fab5594f7f98649a8b06cdcbd 2,279 1.00/1.00 vMB 54
431,259 431,259 00000000000000000093c820f5415a9e7e1b879d8eb3e99ca2dcab7882a0df4c 2,351 0.75/1.00 vMB 88
431,258 431,258 000000000000000001a91745754e1d2a068f8e5e0c9610c896d86432a1fc75e6 2,017 1.00/1.00 vMB 55
431,257 431,257 0000000000000000020accdae7d4197f7c7ebcbbae48139c4dbc0ebd02b9ef53 5 0.00/1.00 vMB 716
431,256 431,256 000000000000000003518d783a41fdc703b5d49499514d1801edd9fd9e56a2b9 953 0.61/1.00 vMB 55
431,255 431,255 000000000000000002ee3435193630079348cbec9e166cc733bcadece3c7da0a 1,701 0.86/1.00 vMB 63
431,254 431,254 00000000000000000380a9775f6313e38620f6c916229ac6b1b91119b25dd7f9 1,477 0.67/1.00 vMB 63
431,253 431,253 000000000000000001f3ee3d42cbbb39949cb1afd80d171e47124a0e5cb29b1e 440 0.25/1.00 vMB 57
431,252 431,252 00000000000000000320e86904f5e525c35e0d09dab76c297d9cf512ac4f254d 2,063 0.82/1.00 vMB 63
431,251 431,251 00000000000000000013b8ce9f0c0115ea93137769c789fb9580e9526001e7c1 457 0.22/1.00 vMB 64
431,250 431,250 000000000000000001f19786b1d2e74643f770055dedc7524197a527754288c4 1,056 0.45/1.00 vMB 62
431,249 431,249 000000000000000004357bc953f80e1dbd2d07baa92cf42fc0c910e52f3b8020 338 0.12/1.00 vMB 76
431,248 431,248 0000000000000000017812d38f27520d23cff26d0e5813ace775be19f592a5c6 1,857 0.87/1.00 vMB 62
431,247 431,247 0000000000000000009720ba5a35a594f26eb96a87770bd8b1fb5db9ca3ec625 1,022 0.99/1.00 vMB 30
431,246 431,246 0000000000000000011570b7daee0129d924dee221d922ad5bacb6f735087b0c 1,295 0.78/1.00 vMB 65
431,245 431,245 000000000000000002806df0f66564c37048bc8541902495f362188001e4a287 478 0.99/1.00 vMB 16
431,244 431,244 00000000000000000185b12595201cd3bc99f8280a1607ce524035e1d73eb526 1,280 0.87/1.00 vMB 41
431,243 431,243 00000000000000000197983285a2abbfbde32ddaa64008b6f2dcfd7b7c4636f1 2,197 1.00/1.00 vMB 54
431,242 431,242 000000000000000003f77fcff9e6dddef2bec2a6c6bf344798ca8cfb4c823c81 2,975 1.00/1.00 vMB 84
431,241 431,241 000000000000000001d18757c2e30c82a9806131b08d80ba72995c8e8369cce4 1,175 0.98/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.63 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: 672.21 GB
    • Received: 16.18 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.