Loading Tool

Explorer IconExplorer

Memory Pool

82,195 transactions
30.04 vMB
0.14917338 BTC
Random Selection Loading Transactions
Max Size: 182.01/200 MB

Candidate Block

Mining Attempt 9099acb86709ff8a45fd939adb548697c6ff2ec52f5b48aa3ef6fe27e9b160ad
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 7a0b833674fcdcc38e7ae382cf945ecbb86cf6e75d7d5c4cfda3b9e29850f35d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.07883105 BTC
Feerates: 101.65 > 7.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (258,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,086 657,086 00000000000000000004fac2facef1f097c20997e36a8e0ccc2ad6a16b5db161 2,527 1.00/1.00 vMB 54
657,085 657,085 00000000000000000004b15a26b80410bdb14f934a9ae3299602fdb929c66857 201 1.00/1.00 vMB 4
657,084 657,084 0000000000000000000a9e3117a97a1f6a843957496490be00562ac95d4c97c9 1,627 1.00/1.00 vMB 12
657,083 657,083 000000000000000000047fbdd30ba48472a80acad13981be5084d01dd0496d7a 2,851 1.00/1.00 vMB 56
657,082 657,082 0000000000000000000551b2b2fb41db762b8163b12e1bc685b9d2c15a5a4815 2,011 1.00/1.00 vMB 5
657,081 657,081 0000000000000000000b2bfa94ee6f8ea38622ae2a2fee082577eb1766a47d2c 2,218 1.00/1.00 vMB 49
657,080 657,080 0000000000000000000f7d59c82ffe424896e6cbe9d1ccd5c64a88d0554e3ba7 2,114 1.00/1.00 vMB 49
657,079 657,079 0000000000000000000cb8f766b7a1824e23d901f32defb281470d48a46f9d16 2,259 1.00/1.00 vMB 8
657,078 657,078 0000000000000000000b915d3a3e66f1d033b13de1a97ad16078eaad5a38fa78 2,362 1.00/1.00 vMB 17
657,077 657,077 0000000000000000000071fc74c32a4cdcbfe873c4c740ee051dcf05515e8990 1,451 1.00/1.00 vMB 65
657,076 657,076 00000000000000000003d2f03445a4d8ed775dacacc3572dda4966bb4f630853 1,100 1.00/1.00 vMB 7
657,075 657,075 0000000000000000000cd6999a129523d67e7d94f0789e02f953b58ac4130e97 2,438 1.00/1.00 vMB 13
657,074 657,074 00000000000000000003cbebb35eed9e341e4df07c57ce00c1e431787fac0c12 2,617 1.00/1.00 vMB 28
657,073 657,073 0000000000000000000fb7109365582b382226e02ccd00b4184540a93abfe5f0 2,514 1.00/1.00 vMB 62
657,072 657,072 0000000000000000000376a81220562225b615677a1813a06308bb66808a6199 1,756 1.00/1.00 vMB 17
657,071 657,071 0000000000000000000baadc897b15c7269a2a549f0faa8cafd5e0e786a447c4 2,582 1.00/1.00 vMB 64
657,070 657,070 00000000000000000008fb65fc74ef4b540ffff714c00e27bda5274d64852d26 2,562 1.00/1.00 vMB 54
657,069 657,069 0000000000000000000e68f845b7779e31c4a5e2f3aced4f7f6d2fa5709cfe41 2,457 1.00/1.00 vMB 31
657,068 657,068 0000000000000000000beff129c8f127c6c44982888f275b9d3f0e36f287b965 1,675 1.00/1.00 vMB 13
657,067 657,067 0000000000000000000e0ecd031e9e6fc9b612963039ad02a3e6801412fd793a 2,824 1.00/1.00 vMB 28
657,066 657,066 000000000000000000093e49b9e682ca609396b4a4e3f779ccd19e8c7df506ce 2,620 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.60 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: 671.70 GB
    • Received: 15.99 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.