Loading Tool

Explorer IconExplorer

Memory Pool

83,397 transactions
31.69 vMB
0.12732254 BTC
Random Selection Loading Transactions
Max Size: 191.47/200 MB

Candidate Block

Mining Attempt aa0e43ae7630e9b4ac4a8a6d4f2c026be41f23737f8be4610a956d13ad1c64a4
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root a22b6d9210e2f5dc1101edab6019e334c0e72d7fbedaf07df384d0507d6a523f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,087
Size: 1.00 vMB
Total Fees: 0.04262276 BTC
Feerates: 803.65 > 4.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (480,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,830 434,830 0000000000000000034cf1f3f1d13de4354bc9e49cfcd74585e43269a772a07c 549 0.20/1.00 vMB 77
434,829 434,829 0000000000000000028da553817a01174be036d9d880630280e1bc822c5b8d4a 1,431 0.60/1.00 vMB 68
434,828 434,828 000000000000000000dffdcb939fe55a62509a70f9015cd18291ef7719911fd1 87 0.04/1.00 vMB 66
434,827 434,827 00000000000000000052fc085b941bdd805320944beb4e64de381f3bb35afc59 2,000 0.99/1.00 vMB 49
434,826 434,826 00000000000000000058b4fbf413ef3c071059b82b335000fea5f15afe2aa91a 2,882 1.00/1.00 vMB 73
434,825 434,825 000000000000000002ee9ab0f17849cbfca4928bce1f3b648bc3db704549e493 1,186 0.53/1.00 vMB 64
434,824 434,824 0000000000000000033a38940d7c66d88c1c7575fa40bb32a61c392ed78d9d5e 528 1.00/1.00 vMB 16
434,823 434,823 0000000000000000003a4a73adf8e80fe6633c3970e148f573fe61e01e778de1 1,060 0.58/1.00 vMB 52
434,822 434,822 0000000000000000006a1bd4362d60938ba000368138a8722e448c7d8e45554c 2,355 1.00/1.00 vMB 65
434,821 434,821 000000000000000002e644b6342e0e575d93300f60c0cf3154f299b72ad10ec3 722 0.30/1.00 vMB 70
434,820 434,820 00000000000000000389d85a9361d64828eae2bd0f19ef0dd572139393058b35 1,588 0.86/1.00 vMB 58
434,819 434,819 000000000000000003b470d4bc082d5f5170e27e253917c811578b2dde41928a 2,368 1.00/1.00 vMB 69
434,818 434,818 0000000000000000035e4106adf31a602f648dbfb2c486126106a8ecf20216a4 1,412 0.63/1.00 vMB 66
434,817 434,817 000000000000000000213717c2ec019674a7f6996c7ca14d87d9c5c12d7b6977 290 0.14/1.00 vMB 78
434,816 434,816 000000000000000001d32d68136d8410e5dd33a0904fce2d21f038757dc343c6 1,304 0.64/1.00 vMB 62
434,815 434,815 0000000000000000041a44f14afaeae604ae389018f15db3097756dd1c6877a5 1,137 0.89/1.00 vMB 45
434,814 434,814 00000000000000000435e4280f4d758258027ed5e50ee6292cd4999ed592dc95 2,482 1.00/1.00 vMB 71
434,813 434,813 00000000000000000385f0e3e5218bb3e6e5a2d9088815fad3f1d5c12e9c0ef3 1,462 0.99/1.00 vMB 44
434,812 434,812 000000000000000003e7ef2e5529e172885dd2a560e357e244c51b9a2e59181d 611 0.75/1.00 vMB 69
434,811 434,811 000000000000000002edd13bfd476abfcbfccccb69730670857a0868fa059e1a 598 0.27/1.00 vMB 62
434,810 434,810 00000000000000000189120c0d00d5a6be6fc791c60cb736b17563c9e4a51d61 1,821 0.73/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.68 GB
    • Received: 17.94 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.