Loading Tool

Explorer IconExplorer

Memory Pool

37,977 transactions
28.02 vMB
0.06174669 BTC
Random Selection Loading Transactions
Max Size: 141.94/200 MB

Candidate Block

Mining Attempt 5d8ed5cde16deb3926113269b0df418daeb6c297cbe64f495f17920ebf9d852b
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 548a058aef40bd569a36a35cddc337802d7abf8e2ec3d122348e97f7e5490e16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,612
Size: 1.00 vMB
Total Fees: 0.00820360 BTC
Feerates: 150.80 > 0.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (342,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,074 572,074 00000000000000000014cc42384d9ef1d49c9f88632a51b2d5a6ff6e28bca86d 3,209 1.00/1.00 vMB 43
572,073 572,073 0000000000000000002943e16ee1ae24b2425d6156c1941aa4259878366d6db7 2,798 1.00/1.00 vMB 54
572,072 572,072 0000000000000000002189efc17e09de4cce0fe58879b795b8b98c1ad868174f 3,118 1.00/1.00 vMB 80
572,071 572,071 000000000000000000078b06c23da1fae2f15675c6c000b194ea1fe47888d345 3,136 1.00/1.00 vMB 83
572,070 572,070 0000000000000000002615fff40def7b9e6cc3a318394956d63aa958f4b89090 2,954 1.00/1.00 vMB 81
572,069 572,069 0000000000000000001b599ff70104bc4f51b46f5c98e050d835171eae15633c 2,758 1.00/1.00 vMB 28
572,068 572,068 00000000000000000028b5b4028a6f18779d1fb5c2ba71bab8ab2dbd4e49b269 2,472 1.00/1.00 vMB 71
572,067 572,067 0000000000000000000328a138ad146210b4ae089cd3298cae1df93ef5d2aacb 2,590 1.00/1.00 vMB 37
572,066 572,066 000000000000000000270926984ad28e0ec1615efc4c9864f1c78ef716c3326a 2,718 1.00/1.00 vMB 48
572,065 572,065 000000000000000000254146f6e82740f298d3404b40ccfc46a68d1c890d8dea 2,554 1.00/1.00 vMB 48
572,064 572,064 000000000000000000040e4154b613c171bba8b9815d1a7e9dfcd8c0a08b072b 2,614 1.00/1.00 vMB 56
572,063 572,063 00000000000000000007bd213d810a2c2664d8c83bcc1400658e634d7fd7072c 2,772 1.00/1.00 vMB 53
572,062 572,062 0000000000000000001c06728f65f65c37060313893c57f882d26f9424ce09d0 2,827 1.00/1.00 vMB 55
572,061 572,061 000000000000000000159d1f3ba86e3308311505a117f1ceb0d2e9434a62231d 3,240 1.00/1.00 vMB 67
572,060 572,060 00000000000000000022001e27171b70a1e191d018148b818c8b9df777a39184 1,975 1.00/1.00 vMB 36
572,059 572,059 0000000000000000000db713d027d6e1cdd2f454f050e9494886b052dcfe6127 1,677 1.00/1.00 vMB 21
572,058 572,058 0000000000000000000ae9af7a9542e22db0aba7c575a8b9f948c6b08d2f2317 2,307 1.00/1.00 vMB 40
572,057 572,057 0000000000000000002698a1d30fd9b7cf41905c07760db775e57d5dbf014bd3 1,422 1.00/1.00 vMB 66
572,056 572,056 0000000000000000000cf69a61299ca0162f45c6ad1d15a9e88839ab80ee4df0 3,133 1.00/1.00 vMB 79
572,055 572,055 0000000000000000001bd1998dcd3bb910c01c8286e70994d22d5eaa9393693c 2,322 1.00/1.00 vMB 27
572,054 572,054 00000000000000000019131b9598f0c86107eb3e1a26a340227678ddfd52d75c 3,554 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

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