Loading Tool

Explorer IconExplorer

Memory Pool

48,757 transactions
28.27 vMB
0.08079366 BTC
Random Selection Loading Transactions
Max Size: 150.91/200 MB

Candidate Block

Mining Attempt 02a18816a714e53b5c624de2bdbe9939e0903b4c0006e20f0ce5e1d21fe18294
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root dd4761fac4bed3dc2d86bb6c2f70ddf5b0e66a011dc1c6a0598990399253bd47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,149
Size: 1.00 vMB
Total Fees: 0.02683169 BTC
Feerates: 500.45 > 2.69 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (468,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,470 446,470 0000000000000000024fd2a3e3d3da514afe6b42e33f15407bad780da5b15a27 1,918 1.00/1.00 vMB 73
446,469 446,469 0000000000000000034abb3305a5b9c38b1351f40f1a109ef66fe9695f9c4be8 2,024 0.93/1.00 vMB 66
446,468 446,468 0000000000000000020a54cee782aec4187939fbc79e8bf8891dc5dabda817d9 2,703 1.00/1.00 vMB 82
446,467 446,467 000000000000000002b7148ac7b5d1e6b44b3bb5911088b5f2a64cc1e426217c 1,903 1.00/1.00 vMB 75
446,466 446,466 000000000000000001f9c6ba8ac3e61225a4c494b7d8211a61ecdda0af998118 2,108 1.00/1.00 vMB 111
446,465 446,465 00000000000000000367e3f51c29ff0bb7818fffe9f49ad69448237db3e31e93 2,134 1.00/1.00 vMB 81
446,464 446,464 00000000000000000131c991d25bc7da139c3e1a1e9258ec76f6e0d18ac87628 2,497 1.00/1.00 vMB 106
446,463 446,463 00000000000000000102c17917a6bafd5ffe31aa6b582b5554f34285157ae29b 2,254 1.00/1.00 vMB 76
446,462 446,462 0000000000000000006c65e7377d38ccd8218dac0762029a50f5c8d9322d6eb2 2,194 1.00/1.00 vMB 99
446,461 446,461 000000000000000002cf4d53a2fec5788fce3122112d4dc703e5fe28c37daf9e 1,837 1.00/1.00 vMB 76
446,460 446,460 00000000000000000199da7b5a14589ce2fde4c77dfdedad0b7194c19d46df43 2,991 1.00/1.00 vMB 106
446,459 446,459 00000000000000000074618fd538c637e991df9cded992489bedc46aaffb0be4 2,523 1.00/1.00 vMB 82
446,458 446,458 00000000000000000364a1e7d0895329df17b47e926e72dcd970e2497590410a 780 0.31/1.00 vMB 79
446,457 446,457 000000000000000000521f351a26c79a96ad2ca57a4d5991970c7995ca0261cb 1,784 1.00/1.00 vMB 45
446,456 446,456 000000000000000001f4802d0e1dfdf915c93e59805815e6939248774cd80b03 2,540 1.00/1.00 vMB 89
446,455 446,455 0000000000000000009a37d1b2070661ba44ea8fbcb9660fd9f6a2817ff29b29 955 0.85/1.00 vMB 38
446,454 446,454 000000000000000000c3153c5789b6ad9cadd26eae5ddfe783d2bde8c205c068 1,833 0.84/1.00 vMB 68
446,453 446,453 0000000000000000035c5bb99e36572f8d54c423016ad98938f388ed1a50f7bf 2,065 0.99/1.00 vMB 80
446,452 446,452 000000000000000002b82a87ed8676dc81a9379f02090e41bb1497229e677336 1,569 1.00/1.00 vMB 65
446,451 446,451 000000000000000000356a0e59af85aea03de52876ac2dc6a115fd1fbb829bb3 2,156 1.00/1.00 vMB 81
446,450 446,450 000000000000000001700c3b09db39d16cdaad48ba157cf86e90cd47970a2fb2 2,030 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.