Loading Tool

Explorer IconExplorer

Memory Pool

77,264 transactions
28.86 vMB
0.09858738 BTC
Random Selection Loading Transactions
Max Size: 175.11/200 MB

Candidate Block

Mining Attempt 87fb5bccd6842edfa93c35115f3ae20da7f75775a2ff90c8ed91a9ef58668ec9
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 8e3a7f5177ec6e3beb16abe9b0e6eb61cf3c7157bb77d1a90bc7a713877c1153
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,419
Size: 1.00 vMB
Total Fees: 0.03036262 BTC
Feerates: 180.82 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (488,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,114 427,114 0000000000000000010c0e181f04059808d43c48d81b98875a47d38d0e24cef4 305 0.36/1.00 vMB 27
427,113 427,113 00000000000000000127c25996aacefcf8edb1e4842463ef1d2d124e78cc3baa 1,357 0.55/1.00 vMB 58
427,112 427,112 000000000000000003adfc6dc44b49a2e95abd381a50af9bd1f01ad075ce4c47 1,017 0.90/1.00 vMB 31
427,111 427,111 000000000000000002047d2210c140ea9ca3a87ace70e83036ed9892aaa9d9cf 803 0.97/1.00 vMB 25
427,110 427,110 000000000000000002e0013e815b8dd978085830678d4affc21e39af0183626a 230 0.98/1.00 vMB 13
427,109 427,109 0000000000000000039822190ae2237907b5bfdd6c30a2b68d7d5730a77ae35d 756 1.00/1.00 vMB 19
427,108 427,108 00000000000000000502d6e68bb58388ce98aa00d4cbacd22b7aaf0502d445e6 1,050 0.62/1.00 vMB 82
427,107 427,107 000000000000000004a51332507ffb93ac9e2eef469e8724600e1e9bc6933c54 1,642 1.00/1.00 vMB 51
427,106 427,106 000000000000000000a87add19eeccc4967199c3a12af0170b8bba21108b3e2d 1,149 0.96/1.00 vMB 31
427,105 427,105 000000000000000004e595f739ccd5c48dcaa32085e760dee5e46f5720081d88 2,008 1.00/1.00 vMB 44
427,104 427,104 0000000000000000049f5fd769b5c11f4c851685974a789104a7579318fdc422 2,686 1.00/1.00 vMB 63
427,103 427,103 000000000000000001b78e4678d5c9bce11da5f8cdc4345a6726e35be91991fb 2,204 1.00/1.00 vMB 107
427,102 427,102 00000000000000000356752b09944f9b9e6482e52a3566a276de726a1c440e54 149 0.06/1.00 vMB 84
427,101 427,101 00000000000000000477b59fcc9a64d07ae3978585aee3d2b708d48e7131ea99 1,757 0.99/1.00 vMB 51
427,100 427,100 000000000000000004c5b3e14ff27e46fbdbd787ea6e5fd0f502ea5c6de9b346 2,273 1.00/1.00 vMB 65
427,099 427,099 000000000000000003f997d0f93e18aba43d6fcf12c44459f2261a031301cfd2 2,824 1.00/1.00 vMB 73
427,098 427,098 0000000000000000010bcf538c7550704770e538c0c6ee797cfee262deb8eea3 3,090 1.00/1.00 vMB 87
427,097 427,097 00000000000000000201e869871182b3fc8aae443c16e533c6b3fbde67c88920 2,363 1.00/1.00 vMB 68
427,096 427,096 00000000000000000332792fc2df67bfbf57ba79634879ed5aca813df804df61 530 0.23/1.00 vMB 71
427,095 427,095 000000000000000000270e42ed67d08a4150c481c02ccaeb430b6f3b79c5fad3 59 0.02/1.00 vMB 72
427,094 427,094 0000000000000000041574c2d49ced23ec8feb9b6ccaeb2254b59e95979f8a72 207 0.09/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.