Loading Tool

Explorer IconExplorer

Memory Pool

82,262 transactions
22.53 vMB
0.06397707 BTC
Random Selection Loading Transactions
Max Size: 150.74/200 MB

Candidate Block

Mining Attempt c8d4cee46498823addc69418d65d4e0d1725d76cc1c6639f4693462057dff6fe
Version 20000000
Previous Block 00000000000000000000430cfb02e31c5fe71d227c2fbf9de5f4878794014908
Merkle Root ac57ffe50cf77fcb374799e50361c7042aa6d1900f7c867c990eb2864cb00432
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,599
Size: 1.00 vMB
Total Fees: 0.01406793 BTC
Feerates: 60.11 > 1.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,838 (868,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,565 47,565 000000001ce23b90ca2bdf87445c08ba39a1d346cc9d051bc19096e011c5886b 1 0.00/1.00 vMB 0
47,564 47,564 000000002fd4587fd56ae16e92817d8b2b3aa6ef07b0bda1cb947e8314cbf813 1 0.00/1.00 vMB 0
47,563 47,563 0000000020b084baa781263a80cac58dc0e7c59eaa2c4b0fedc29970cce31791 1 0.00/1.00 vMB 0
47,562 47,562 00000000143aa2dbb1b9574f00ecdea55ff87fb02a3da4c937b945f8462e510f 1 0.00/1.00 vMB 0
47,561 47,561 0000000033e1a598cc1ebf3a78b3ee678c58fdc96a53b20dacbb2d978e06109c 1 0.00/1.00 vMB 0
47,560 47,560 0000000021a6f84cfcc2d7c8da4b7ae763a5fdc8ce94a36e91c1cb6d5057d897 1 0.00/1.00 vMB 0
47,559 47,559 0000000035b0fcc0290d13ca42c31c8712a857ab98be7e382d6f29ffc6548600 1 0.00/1.00 vMB 0
47,558 47,558 00000000126a190d46dbf44120ad5d66e4fbb7cdbc0b2dcb7d0b90bdcbb885c3 1 0.00/1.00 vMB 0
47,557 47,557 0000000009c8ef065ae0295f49b9353600917811a11e7936774a653203725c34 1 0.00/1.00 vMB 0
47,556 47,556 0000000028c3ece13e8bd20e8caac67fdfb8e85a21affdf0c6494d061ad2210c 1 0.00/1.00 vMB 0
47,555 47,555 0000000023c6e5e5856f68ac081bc1ae330e07e696734fbd8d1e1a9c5d4179c5 1 0.00/1.00 vMB 0
47,554 47,554 000000001dd8ae2528557ea8d32c6d316cd6906dcb50762cc6cbcfba16d3b60b 1 0.00/1.00 vMB 0
47,553 47,553 000000000c522461c54d93d495fed272a461f2e341b1a5081b1a140d9d5db92a 1 0.00/1.00 vMB 0
47,552 47,552 0000000027a0d3acad7552ab241bc1595341f457f4735654ce26b0408187d2fe 1 0.00/1.00 vMB 0
47,551 47,551 00000000339c71e86563f2e8109d2396fd2cf10c18ee85483fae160c404f9ddc 1 0.00/1.00 vMB 0
47,550 47,550 000000001dceacb10a9d3deb3dae2ee3cd8c44b5c034ccd96ea62cb80776e90f 1 0.00/1.00 vMB 0
47,549 47,549 0000000009b38f6a2ede7a20338827f2dacd997842153535297d0973b2933e41 1 0.00/1.00 vMB 0
47,548 47,548 0000000028a2334898563cd9fe8efa4ab12da470d97ea1b727abbc57b31cba16 1 0.00/1.00 vMB 0
47,547 47,547 00000000379671042752b676df0f6cc7e020ca97d8a4b69fcc11cb9508fad80c 1 0.00/1.00 vMB 0
47,546 47,546 0000000014614b1e63fb4294a4da77bb94f86edce678d7f90e5ff2c3a43265bf 1 0.00/1.00 vMB 0
47,545 47,545 000000000db0ae59ddc5b0385e2ec04906935a128a9063cbb04bc563392cb8d5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.82 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: 791.93 GB
    • Received: 21.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.