Loading Tool

Explorer IconExplorer

Memory Pool

43,301 transactions
27.02 vMB
0.06279663 BTC
Random Selection Loading Transactions
Max Size: 142.17/200 MB

Candidate Block

Mining Attempt 9a9b9297a23ec36a7d7cfb4760d5e71955ceb4f0506df9532f58bcd2dab13c27
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 472c5bd481d0bcc36a58f20024332280a7476de844c3ae415ae5bb99f7980917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,455
Size: 1.00 vMB
Total Fees: 0.01230707 BTC
Feerates: 151.15 > 1.23 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (331,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,569 583,569 0000000000000000000d27ca71e897f0e35348da359117309722b24fd6a84b78 2,787 1.00/1.00 vMB 21
583,568 583,568 00000000000000000001a2df9ca03efdc07e794919bb2d87b02345df54d99049 2,086 1.00/1.00 vMB 42
583,567 583,567 0000000000000000001a4451bc4cc4887c4f32169f6e2d583256d853e75a1f0d 1,058 1.00/1.00 vMB 23
583,566 583,566 0000000000000000000dd4abb63dc489bd7107789f1b4f59ddd1a0d06df51970 1,983 1.00/1.00 vMB 61
583,565 583,565 0000000000000000000a066514b4f8c86d1b8cce70cf210f105777268404eeb7 1,709 1.00/1.00 vMB 42
583,564 583,564 00000000000000000021db32a98fbd26d6e6ea78ea20deb047b3a2b143bb8ebf 3,333 1.00/1.00 vMB 89
583,563 583,563 000000000000000000189af7e0e26820c99e9ad45a760f22e035c5a53e64b386 1,421 1.00/1.00 vMB 61
583,562 583,562 000000000000000000144bd1e9336b470a56bba20304ea795f802e9328ec01bb 2,642 1.00/1.00 vMB 53
583,561 583,561 0000000000000000002251a9f58cf347cdae6e41ab5f511c926a79d3c7e31b7c 2,710 1.00/1.00 vMB 101
583,560 583,560 000000000000000000166bbf29a37024fe034ba9758aee78641a77ec05dcca5d 2,472 1.00/1.00 vMB 71
583,559 583,559 00000000000000000001ee26ec1857c3415c79e4891a61666d55122e96ad8633 2,690 1.00/1.00 vMB 87
583,558 583,558 00000000000000000008c2af69693ad32a0f0c7790752b697387bce859bf16a8 1,538 0.69/1.00 vMB 69
583,557 583,557 00000000000000000007534e65eaa67af60824705635b963a4291230a1163fb3 2,252 1.00/1.00 vMB 56
583,556 583,556 00000000000000000019f192724d8e4a68a1845eb68f7ccb210fa6237116d58f 2,410 1.00/1.00 vMB 77
583,555 583,555 00000000000000000018da64e9d27894949fffc8d959dea2881b4fbe51977695 3,383 1.00/1.00 vMB 130
583,554 583,554 0000000000000000000b18e50ec5a549a6e8d0dba1ee6f9002e4ed48fb11b129 2,454 1.00/1.00 vMB 63
583,553 583,553 00000000000000000012ec94c62d4235bd6d167ce4a5715093a1bd54ea63c8c3 2,395 1.00/1.00 vMB 62
583,552 583,552 000000000000000000225c7e928b6407ad611148fd1e1b14e13af7727a97ca65 2,579 1.00/1.00 vMB 106
583,551 583,551 000000000000000000220506c508ff624588242d47cd1b5f2cf43403f16180cf 2,619 1.00/1.00 vMB 52
583,550 583,550 00000000000000000003d593d2ee7b62242b8ed2e474a6ff0508c0b8f80d1880 2,546 1.00/1.00 vMB 96
583,549 583,549 00000000000000000014337a482ae59b2deb389b4e6e8eaf24583c65c8013f1b 1,599 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.18 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.