Loading Tool

Explorer IconExplorer

Memory Pool

27,863 transactions
27.47 vMB
0.06422134 BTC
Random Selection Loading Transactions
Max Size: 132.25/200 MB

Candidate Block

Mining Attempt 904b7ab0147e8a98a486f7928f3a81d945730a0a837915b62705c6f6ce9237f2
Version 20000000
Previous Block 0000000000000000000055880e256a4e50ecfa1ad00ad00ce1d4101e045ead07
Merkle Root 431a67b88cc7c64cb32c8e25c92aee1c035a0249bf3d36efcea01a72e601764a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,275
Size: 1.00 vMB
Total Fees: 0.01203842 BTC
Feerates: 44.54 > 1.21 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,495 (444,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,777 469,777 0000000000000000002cf50755bc11430e8b7cf0e87ac0a455971a9b457c44ec 1,791 0.99/1.00 vMB 370
469,776 469,776 0000000000000000003cef6f874a2c8d04ef2fd756f47f01d16383026f837215 1,969 1.00/1.00 vMB 359
469,775 469,775 0000000000000000001463e93975fc8c18810ab4db27814251270243711bae0b 2,096 1.00/1.00 vMB 507
469,774 469,774 0000000000000000002e2aa717b7c7d580c1562e7cf3692c8c8f8943d53f8b6e 1,929 1.00/1.00 vMB 331
469,773 469,773 0000000000000000007301e477d90bdad728afb2b6c6d86340827b465346e8da 2,332 1.00/1.00 vMB 392
469,772 469,772 00000000000000000197e1aebe5607377369b61284a44e4a540d49f9fac73941 2,219 1.00/1.00 vMB 321
469,771 469,771 00000000000000000119a625a79c79f0b0f0f902bab578e0cfa9e5507aeec0ca 2,255 1.00/1.00 vMB 437
469,770 469,770 00000000000000000051f58d90ff80e167ce295fc515b8b5a929b5543b9ae8dd 1,701 1.00/1.00 vMB 425
469,769 469,769 000000000000000000c7a55e14a6a8b1c101501b66601c61540810b85664853d 2,422 1.00/1.00 vMB 503
469,768 469,768 00000000000000000063b4423ba6bc44415be294468a9b974e7a94790d70c090 946 1.00/1.00 vMB 542
469,767 469,767 0000000000000000008ece0e9db17d3f470c17b32e689f21579eaf12444f1f0a 1,883 0.99/1.00 vMB 354
469,766 469,766 000000000000000000130b2bd812c6a7ae9c02a74fc111806b1dd11e8975da45 2,145 0.99/1.00 vMB 409
469,765 469,765 00000000000000000116c2c4642dee7e5aa53d3ef9941124e16076c74d3602c1 958 1.00/1.00 vMB 91
469,764 469,764 000000000000000000137dd4ab4524826204662d1f2e21094babd97392407e75 2,078 1.00/1.00 vMB 311
469,763 469,763 0000000000000000012d6e469afcba0f35396f8c345cdd979d7b32d84d75f7bf 2,093 1.00/1.00 vMB 71
469,762 469,762 00000000000000000078bffcf809c0a4c5265f61407c5c6f637cc68de265aaed 2,365 1.00/1.00 vMB 346
469,761 469,761 0000000000000000000aced1196d854db34de63ee13d2490dbd104bc283295a6 1,846 1.00/1.00 vMB 225
469,760 469,760 0000000000000000004bb7dc3a389838c880351838fc742008ac1cd6a0b8c119 2,322 1.00/1.00 vMB 106
469,759 469,759 0000000000000000018871c9859c37e4829c4346cf3278340a2b88147de968bc 1,670 1.00/1.00 vMB 294
469,758 469,758 0000000000000000003b73e9cca0a481645e5b069ede63ebf8c63c72586e3406 2,449 1.00/1.00 vMB 391
469,757 469,757 0000000000000000002ff1125f5fdbda2d5bcd75db2c0682e88532868527a6db 2,034 1.00/1.00 vMB 346
Previous 10 blocks ↓
Total Size: 781.49 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: 611.92 GB
    • Received: 10.93 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.