Loading Tool

Explorer IconExplorer

Memory Pool

78,177 transactions
29.09 vMB
0.07567830 BTC
Random Selection Loading Transactions
Max Size: 176.31/200 MB

Candidate Block

Mining Attempt bc9d99cdc350d7b0ae82258aa2ca45d7c0c6b92b800b4d37b742925695ca20ea
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 0b5da0dea224a7ad54148f0007ce030c880440aed1f4bb1441a896d931a4743b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,816
Size: 1.00 vMB
Total Fees: 0.01482867 BTC
Feerates: 100.72 > 1.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (258,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
657,065 657,065 0000000000000000000aa842da6699f2547bd4b553f4cb1fada72d0818fca7d3 2,328 1.00/1.00 vMB 17
657,064 657,064 00000000000000000001055a5c4b771657d293837a62f873764f4e50cf3a2b27 2,511 1.00/1.00 vMB 52
657,063 657,063 00000000000000000005ff5f1fe24d53bd46faa4a4fe2a998a8c8fe342380089 1,266 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.57 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.16 GB
    • Received: 15.86 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.