Loading Tool

Explorer IconExplorer

Memory Pool

81,356 transactions
29.93 vMB
0.15505760 BTC
Random Selection Loading Transactions
Max Size: 180.28/200 MB

Candidate Block

Mining Attempt 8fb495e24ee35befea48156b860109d58112b941a52113022849bc9a24bc3e7d
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e0c50f3319fe77f532d33752b245b45e4dd38fc3fe6c80267d7e523ace46d4f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.05890132 BTC
Feerates: 1,002.91 > 5.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (290,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,304 625,304 00000000000000000002828201a207d4f9304e7b2d9c9e82ad2715189d9f04f2 2,969 1.00/1.00 vMB 18
625,303 625,303 0000000000000000001124f9647b56413369b69e02197aee45afe2fc1c6cb299 2,963 1.00/1.00 vMB 29
625,302 625,302 0000000000000000000eb9679a4c2024b5e2f6e8b63a41f9e3628648d30de617 2,634 1.00/1.00 vMB 16
625,301 625,301 00000000000000000003c38af1044bb7260fdbf0cb8511547b5dc0eefb21d146 2,699 1.00/1.00 vMB 39
625,300 625,300 000000000000000000106d2f5d0571726dfe89a7646fb117df184fc1e1d12d48 1,563 1.00/1.00 vMB 11
625,299 625,299 00000000000000000008dc26dcaa4c2546ec1809f0b9cbecf779a0a731e95741 2,811 1.00/1.00 vMB 25
625,298 625,298 0000000000000000000ba9a6e931871955ba5be18d4cfb3cc9c7ba51af817019 1,975 1.00/1.00 vMB 12
625,297 625,297 0000000000000000000c296982b0132e433a16e288578b3df616713fe57310fa 2,056 1.00/1.00 vMB 14
625,296 625,296 0000000000000000000ac72c0145f6f9be01f87e842a642858fbc2237ce60da2 2,219 1.00/1.00 vMB 20
625,295 625,295 00000000000000000003a7914b8264ce77f29661e1b4aabe5e080059ee02a89f 1,940 1.00/1.00 vMB 21
625,294 625,294 000000000000000000066def03c6c7b4bcb3f2f8873f3d0fb66b5f68f9d6c917 2,101 1.00/1.00 vMB 23
625,293 625,293 00000000000000000006111a54d19a65e7821ddf627d6add0340d2ed310c67ed 2,160 1.00/1.00 vMB 22
625,292 625,292 000000000000000000010b34df94358a5a51acc2af48ca8fde4966261f640047 2,759 1.00/1.00 vMB 45
625,291 625,291 000000000000000000052ea88e893493fb5223b0b88319cee326d7a79fd9ae3e 1,320 1.00/1.00 vMB 71
625,290 625,290 00000000000000000001c120f46ef9bdd9025294e4459a13650058dace0d1102 3,218 1.00/1.00 vMB 18
625,289 625,289 00000000000000000012a58c9e7130ac1d442d69a92533dcf7b3aa4f85c24ae6 2,451 1.00/1.00 vMB 3
625,288 625,288 000000000000000000121aabef5c0abfe6dbd1b207dc4e833470c52c19949ff1 2,685 1.00/1.00 vMB 19
625,287 625,287 000000000000000000012102b8ce78f5a366e806d5a4600a88de80ed57bac315 2,513 1.00/1.00 vMB 13
625,286 625,286 000000000000000000097630182ac7c5b30a69506fe51b0ae7de3902d9d0368d 2,642 1.00/1.00 vMB 25
625,285 625,285 0000000000000000000f9d69ad05796e77aa4ed7268b5dab79fdd41183d3bd17 2,306 1.00/1.00 vMB 30
625,284 625,284 0000000000000000000c6c3e93547cc8478dffcd74f2a981aca22537cef76700 1,871 0.69/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.