Loading Tool

Explorer IconExplorer

Memory Pool

28,209 transactions
12.54 vMB
0.04844290 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.47/200 MB

Candidate Block

Mining Attempt 5d2db609684a7ed4e5e4b0a16ee81737c169028625c766c1451ccb7f6a397ac9
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root 81931b615023455c368ee957de2fc77373776b666609ec2414af6326d12bae17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,619
Size: 0.997973 1.00 vMB
Total Fees: 0.02677086 BTC
Feerates: 180.34 > 2.68 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (741,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,014 172,014 000000000000025c28c2aeb92960b11c4251ca6ec59edeed04e0f8808a2c6e75 16 0.01/1.00 vMB 27
172,013 172,013 0000000000000345d2083736f5a4eb3d36ad79a5966f45f5184db59cd9dfd9ef 7 0.01/1.00 vMB 20
172,012 172,012 00000000000001d5703b85d5d9e12eb84cadfa511a11829255a75e4d10383b2b 38 0.01/1.00 vMB 113
172,011 172,011 00000000000002aefc018c8a1d48e50e83e843c73f51cbf621c2159a6ccd81fd 6 0.00/1.00 vMB 0
172,010 172,010 0000000000000049984c622ba43cc9524cb04beabb1cd0a2f78d83fd2ff804d5 3 0.00/1.00 vMB 96
172,009 172,009 000000000000057cdd86869938763f1582bdcd68bd6b3086c648357306a21953 5 0.00/1.00 vMB 60
172,008 172,008 00000000000002da292e12fce09c27f98b16540bbc6ad31acf25aa2e94de3a2a 3 0.00/1.00 vMB 0
172,007 172,007 0000000000000713842b2e903e2bb7c12ed791d11efe9269b21b9961f0b5bd63 1 0.00/1.00 vMB 0
172,006 172,006 0000000000000af44ab51ee8efb0f765637de08a82524cb48437634d995f17c4 4 0.00/1.00 vMB 0
172,005 172,005 0000000000000af49e14d90f1d43a9301f5a4208c10c6e6b2deccc64c61df3c9 17 0.01/1.00 vMB 3,461
172,004 172,004 00000000000000c5e5993616ad72fa08fa32899ea2b6904951078407501ad556 25 0.02/1.00 vMB 59
172,003 172,003 00000000000004b35ff7259a665f4a35a87b79fb7029a34160af8222916ec1a3 44 0.02/1.00 vMB 192
172,002 172,002 00000000000003e9cf5cb49f6c84755ba36e11b3a4a166ab37ea1c5eddaa4b7f 8 0.02/1.00 vMB 641
172,001 172,001 0000000000000443d106c7a849bf6c703002756994eb9c93bbfb20b54ed05ac1 96 0.04/1.00 vMB 78
172,000 172,000 0000000000000837e82c3a4ebe35a1d1d943e056234dba7c629922c6d4052d4c 1 0.00/1.00 vMB 0
171,999 171,999 0000000000000095ef90570d62b6816b892b62f50c5e10d520682ce18ed28cc6 34 0.01/1.00 vMB 73
171,998 171,998 0000000000000253da8bd0c98299f29e4c81284bca2ec67d920475dae4168231 32 0.02/1.00 vMB 67
171,997 171,997 00000000000003c429d1bc26c338e592fa845067493256fccbbab3176b9ce024 26 0.01/1.00 vMB 70
171,996 171,996 00000000000004d2d4fa7ddd05b07817ded368282247edc329d420acfd3e05ef 1 0.00/1.00 vMB 0
171,995 171,995 00000000000007e53db3c9052aa54fb70010ed18dae8756fd1d9495625f735ab 76 0.02/1.00 vMB 107
171,994 171,994 0000000000000695208e80b68a64a85ee2319b2939b6448f0aaaee55a1e13bba 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.15 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: 500.74 GB
    • Received: 3.75 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.