Loading Tool

Explorer IconExplorer

Memory Pool

76,321 transactions
29.67 vMB
0.09584895 BTC
Random Selection Loading Transactions
Max Size: 179.22/200 MB

Candidate Block

Mining Attempt 3b2e9e59daa733a6e5278d0530bec9379de6727cd07ac5007b77c38a4afc29c9
Version 20000000
Previous Block 00000000000000000000e985b7b1cc1a76854a465d8850041916727dd53fce69
Merkle Root 31155914cf74374811b2cb3360f71dfc9de45559d3037941f1c1ceb1dcf206a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,973
Size: 1.00 vMB
Total Fees: 0.02942702 BTC
Feerates: 251.14 > 2.95 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,437 (634,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
280,717 280,717 0000000000000001675b74693b202dc8394ae79c3bfd2a131a2ce8d7ae8fd938 97 0.03/1.00 vMB 80
280,716 280,716 0000000000000001d49d8ef08988867b9093fd1e912d3d4ebe823730d779ea33 569 0.25/1.00 vMB 56
280,715 280,715 0000000000000001ab0e695b6f955347b7e3cb71999042adaa3e2ff0ffb812f1 304 0.16/1.00 vMB 39
280,714 280,714 0000000000000002169783c13b971b6bf510ed973f864cc3a19bcc5f8ad39a4c 464 0.22/1.00 vMB 59
280,713 280,713 0000000000000000e30a1cba5f2cc3a9364a7668b134cccd4a090fc65210d10e 804 0.42/1.00 vMB 49
280,712 280,712 0000000000000001aeb1d85800127bd2ebd98b108b08f673b59b9f743679a28a 664 0.50/1.00 vMB 32
280,711 280,711 000000000000000153becd0e3d094fb5b88519e099bf61b08ba77c2bd8ad92a2 580 0.25/1.00 vMB 43
280,710 280,710 0000000000000001662392b3eb10bc4d856df9c9252425aab717a5b4bd342f50 671 0.25/1.00 vMB 53
280,709 280,709 0000000000000000df07be59ec19b5936de0fcff030eec93a1a74593c46f58c9 770 0.25/1.00 vMB 99
280,708 280,708 0000000000000002210c2f5c5baee0c8bef9a39bca98c461c1b1a1936cc1b249 40 0.03/1.00 vMB 8
280,707 280,707 000000000000000256234ecae444d1cf9b885087b9f74af6148b4b086b0cca7f 126 0.10/1.00 vMB 19
280,706 280,706 00000000000000000ed34b771c0a43b2e91e8487dcb6d92a4aaf446617bbe4b8 97 0.05/1.00 vMB 33
280,705 280,705 000000000000000139c0f2245c9573e892498980a893238d87e9c9e17fa4e2ef 316 0.11/1.00 vMB 44
280,704 280,704 0000000000000000e24e5bbbefbcce353df1484a27b3fa2e57f62040dcf2f265 208 0.08/1.00 vMB 47
280,703 280,703 000000000000000055f63ce2e82fc7637af8a4a08ac67ee93183a2cfe001640b 99 0.03/1.00 vMB 47
280,702 280,702 0000000000000001ba5488d5f15103a6f8c54c8eff5d853ad8964a42b0417954 135 0.05/1.00 vMB 45
280,701 280,701 0000000000000002549f9deb16bf7cdd7e1a1caff8e80ba00c5b9d554bbbe6d8 142 0.05/1.00 vMB 41
280,700 280,700 00000000000000016262a87b76162256559b03d6b2b129711b950453e430ca17 447 0.21/1.00 vMB 61
280,699 280,699 00000000000000024f4507d29aa19d7f63e81c07f133923d8ba0d762ac52c007 387 0.17/1.00 vMB 59
280,698 280,698 0000000000000000e6849dd9abfe52bb9bfb64a5d172ad6e5ff1d132ccb83545 59 0.03/1.00 vMB 31
280,697 280,697 0000000000000001a1d2161eb67ec0eed65f84d2ebe6459869eb757a461feeed 42 0.04/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.15 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: 745.58 GB
    • Received: 18.72 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.