Loading Tool

Explorer IconExplorer

Memory Pool

45,569 transactions
27.50 vMB
0.11027080 BTC
Random Selection Loading Transactions
Max Size: 143.89/200 MB

Candidate Block

Mining Attempt 40817e66a65df6f6ac785933f07792258db7ba7b96c79cdd906ba846b642cab1
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ddb67dafab9407193d9a065750a5e8f74979c21735d8ae554f0ce97aa73130e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.05021356 BTC
Feerates: 151.01 > 5.03 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (341,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,772 573,772 0000000000000000002b4153cb8fe45ed9d8834dc15a6e6544881591b4ff0be6 2,272 1.00/1.00 vMB 36
573,771 573,771 0000000000000000000ac60d8aad0428454ea20edcedf4999bd65f1fc0168f12 2,879 1.00/1.00 vMB 68
573,770 573,770 00000000000000000023e7cd13ba8b45e20b372b8db61911f4b134a301679e5a 2,637 1.00/1.00 vMB 26
573,769 573,769 0000000000000000000f5a4436186a670e4e86b4069a19d0da180529fb4d1a40 2,879 1.00/1.00 vMB 37
573,768 573,768 0000000000000000002022c4d8df180aad7c159a6ef49ba3b7b6bb06f0c07b98 3,085 1.00/1.00 vMB 53
573,767 573,767 0000000000000000002ac28fd9f36cc949564cab4302c5856f32ec7651e8ded6 2,672 1.00/1.00 vMB 54
573,766 573,766 00000000000000000023760dda2fc6e4bc90e755ac1154766104d139a6476d36 2,086 1.00/1.00 vMB 49
573,765 573,765 0000000000000000002bd66b68fa5797aa909a7013d46a4ba135cad5ce02bb8f 3,072 1.00/1.00 vMB 84
573,764 573,764 00000000000000000013accd8fab0a40ef63d605749b8e60b1fc49f71d875d65 2,839 1.00/1.00 vMB 68
573,763 573,763 000000000000000000060d0c01796b210b3a8bd1f705d75a9bfeb6f968c99df1 2,496 1.00/1.00 vMB 66
573,762 573,762 000000000000000000171eb0b0170c22f28b2fc08e9a80e15492c466d988c08d 2,460 1.00/1.00 vMB 67
573,761 573,761 00000000000000000009857a7e805c8ba3c03e899748a5b89ce37bf4a74ce766 2,599 1.00/1.00 vMB 44
573,760 573,760 00000000000000000016827012fe24c21808bb640637f5b84f2229fbdde21153 2,984 1.00/1.00 vMB 69
573,759 573,759 000000000000000000029561697a62efc5f64dba298a61791210ad4cc7725ce2 2,886 1.00/1.00 vMB 88
573,758 573,758 00000000000000000004a27ed39d193f03cf4eae5136ffd9d2a3a30b9302cfbd 2,544 1.00/1.00 vMB 45
573,757 573,757 00000000000000000022b2f88b8d010964d90f7a6a20b7a25da1366466a8e8f5 3,095 1.00/1.00 vMB 26
573,756 573,756 00000000000000000009b499c952fe47d78df236817e5eeb6857065267bae46e 2,270 1.00/1.00 vMB 44
573,755 573,755 0000000000000000001f72d2a572c8690e73da0c116d94b020f73c74d7f1b890 2,636 1.00/1.00 vMB 74
573,754 573,754 0000000000000000002911633007c11d98c5904f0be69701764e7e12d295ddd0 2,218 1.00/1.00 vMB 64
573,753 573,753 000000000000000000038d2b9b311fcb7755e5b7c2d29cb559fb308732592f28 2,200 1.00/1.00 vMB 28
573,752 573,752 00000000000000000022fae20d6a0e0eadd806111d34fc5c697cce099fee7e94 2,103 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.