Loading Tool

Explorer IconExplorer

Memory Pool

79,303 transactions
29.50 vMB
0.08462493 BTC
Random Selection Loading Transactions
Max Size: 180.35/200 MB

Candidate Block

Mining Attempt 41e0e848d1ede6326866f4831115c1f7e184b71e8f6643e0e6e034a8254e5599
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 1f564d4838817946efa23ca7e7e358c321c03d6e690c17b29fe3ede7145fafb7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.01974929 BTC
Feerates: 402.60 > 1.98 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (446,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,991 468,991 0000000000000000012ff9773dad6d068a1caa74ad379f6810d531620463427f 2,663 1.00/1.00 vMB 373
468,990 468,990 00000000000000000034690db95a4333757910ecd4434beafeab08ab100d699e 1,683 1.00/1.00 vMB 349
468,989 468,989 000000000000000000ef8133c73b1d5d11f05dc64ebfdf81c79b98a86b65f4e2 882 1.00/1.00 vMB 366
468,988 468,988 000000000000000001d837c76360f5acecf05563bc59c01106bb50bd072a1ea9 1,813 1.00/1.00 vMB 349
468,987 468,987 000000000000000000530d0aaa78a55903dab8a2b98adfb2963f7260610f1041 849 1.00/1.00 vMB 225
468,986 468,986 000000000000000000916ad24d7ef4571224134bbc1a386dcba842740014779f 894 1.00/1.00 vMB 198
468,985 468,985 000000000000000000b6fe11c7cec7cf25dbdbe7ccc68a39739ddd45fdc373f6 2,083 1.00/1.00 vMB 308
468,984 468,984 000000000000000001b9a211cff8de3542502cb531d5ecd4110cc6aaa91298da 1,140 1.00/1.00 vMB 193
468,983 468,983 00000000000000000032f9b493eec13775a4d72319b8bc07e20763ba08ecbd55 1,717 0.99/1.00 vMB 284
468,982 468,982 000000000000000000d0ac86e752f095dfb65d12eebf0c0b85b1f3ef5d8d8c77 1,761 1.00/1.00 vMB 195
468,981 468,981 0000000000000000013be8542b8e7deaa9a84056349b75ed6bc6f6caf3eca7ca 2,174 1.00/1.00 vMB 228
468,980 468,980 000000000000000001003ac137ff21b13992405914f885a224f8cb2426d00974 2,129 1.00/1.00 vMB 296
468,979 468,979 000000000000000001ab7a9a3a0b667c61c2d579356efb6736563338601e4d4d 2,066 1.00/1.00 vMB 297
468,978 468,978 0000000000000000008d1ee1ca07c3d8dcd19825c57abf8c72681d1a24c53243 1,906 1.00/1.00 vMB 272
468,977 468,977 00000000000000000051f8fc51572db3dcbb1201b696cf2be67a7bc52a7a9af6 2,492 1.00/1.00 vMB 362
468,976 468,976 000000000000000001d1f5795cc5fc019d19601842a1ccdf220ed2904b8309df 1,981 1.00/1.00 vMB 359
468,975 468,975 000000000000000000edf66ad25c61ee7fa50abcc5313dd92b071fb1a31dac4f 1,721 1.00/1.00 vMB 317
468,974 468,974 000000000000000000c3f67d656385ca3b7bc727dee56153997a0e2fcaef1884 2,028 1.00/1.00 vMB 327
468,973 468,973 000000000000000001ceb5680dbdfa59420e7f3824f69f9b1f6534dfc1158d03 1,661 1.00/1.00 vMB 277
468,972 468,972 000000000000000000c506b7c430a2cbc9e7ca08d5af20c10dbf538d1a8cba51 1,215 1.00/1.00 vMB 257
468,971 468,971 000000000000000001bcce2ea54425f2483431ecb6f4e537fa7fc722798107f0 712 1.00/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.