Loading Tool

Explorer IconExplorer

Memory Pool

76,246 transactions
28.45 vMB
0.07067799 BTC
Random Selection Loading Transactions
Max Size: 172.36/200 MB

Candidate Block

Mining Attempt 4ff615dbc8674df3d70250a7746b0e90040b7ed92aa62a25d145a99141bdc845
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root 288a79ae697f9c215c02ffda0b0f63249a89967a80988c52b362f32218de1449
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,308
Size: 1.00 vMB
Total Fees: 0.01177354 BTC
Feerates: 178.73 > 1.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (293,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,607 621,607 00000000000000000006931b6e2c081302b60e54ec0da421ecb23a4d36e9cc71 2,664 1.00/1.00 vMB 88
621,606 621,606 000000000000000000009e66b0c730cf423a0d740711b075d8b91cddc89391bf 2,702 1.00/1.00 vMB 44
621,605 621,605 00000000000000000010641129a130faf22246854d7b6669f0543076ebc59a94 2,455 1.00/1.00 vMB 62
621,604 621,604 0000000000000000000bcbe7f95fceedb4bbe0b9591f10e4277e7d6e43a79009 1,800 1.00/1.00 vMB 13
621,603 621,603 0000000000000000000b3f29533a6bc71745b7885ffd4d9ce2ea112432a09df0 2,425 1.00/1.00 vMB 38
621,602 621,602 00000000000000000005a03417f5ae68d4916b66ff4d7c421c1698672bc7c7f2 2,244 1.00/1.00 vMB 38
621,601 621,601 00000000000000000007bc9e2f034604f35df527f99f720474041ec174bbb8d2 2,455 1.00/1.00 vMB 66
621,600 621,600 0000000000000000000ca2a8211a0f43b5a7608486bfc437bdf83d1cafe24da4 1,653 1.00/1.00 vMB 16
621,599 621,599 0000000000000000000f341c51a8045308fa5c815f6414b12e3b3ff7d0b45d13 2,103 1.00/1.00 vMB 8
621,598 621,598 000000000000000000046e978cd39fbc84644e5325107de946e3296881131e95 2,363 1.00/1.00 vMB 69
621,597 621,597 0000000000000000000b7b8f9da81fe3bfcee9d84deb23bd64c7d4128254899e 1,784 1.00/1.00 vMB 36
621,596 621,596 00000000000000000010f844a5ada2f413904e23846332aac0cdf1bd37771203 1,694 1.00/1.00 vMB 24
621,595 621,595 0000000000000000000bbf1b9ae2d65c86b6566c434c06fbc1c4b175641b9692 1,962 1.00/1.00 vMB 15
621,594 621,594 0000000000000000000447bdaf495c0f9a6aa2543f06dbd2d8c5ecb7481ec75f 2,269 1.00/1.00 vMB 25
621,593 621,593 0000000000000000000937c25a3e65ce46fbf076a0681861c7dedacf1e32809f 1,612 1.00/1.00 vMB 12
621,592 621,592 000000000000000000053e060f2d2138ae76bb079145f3dbbe1fa6ec6f4607dd 2,499 1.00/1.00 vMB 64
621,591 621,591 0000000000000000000d058ddcf495d1d85350fd90b092714f1a973b082c1a59 2,138 1.00/1.00 vMB 22
621,590 621,590 00000000000000000010b3b61ca9b7d5c8244279fc9da4204d91123765db5eec 2,354 1.00/1.00 vMB 48
621,589 621,589 0000000000000000000a707555683c603e7cd6becc9e013163ea19686098c6c9 1,278 1.00/1.00 vMB 64
621,588 621,588 000000000000000000025d60e2ef58eeb694bf055a0a9d62625604a1ef0e22ea 1,230 1.00/1.00 vMB 12
621,587 621,587 000000000000000000090c3437561f63e1673ddb97ac3e6869c15813dbeaea70 1,606 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.63 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: 672.10 GB
    • Received: 16.14 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.