Loading Tool

Explorer IconExplorer

Memory Pool

85,927 transactions
31.90 vMB
0.09879508 BTC
Random Selection Loading Transactions
Max Size: 195.84/200 MB

Candidate Block

Mining Attempt 0a67577a995f6508b4d548686d00937221efebf58e0c204c716439f21349be09
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 3d14ca9686e00af71276d803308c20ef8fdaafd7fc325d70fc9216ac74536ff5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,063
Size: 1.00 vMB
Total Fees: 0.02451872 BTC
Feerates: 502.65 > 2.46 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (565,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,801 349,801 00000000000000000c3291b74c607abf3e09b480cd2b0699b818197053f69308 183 0.08/1.00 vMB 26
349,800 349,800 00000000000000000aafb4ea7f573f9684e8eba6b429b8cfebecb26546a7f7f0 785 0.67/1.00 vMB 15
349,799 349,799 0000000000000000075f6074b4d1d73fb325161650920b45cbba68b87dfee3aa 1,108 0.59/1.00 vMB 22
349,798 349,798 000000000000000010bb7b7b7c5a619d31b4f6d32fc45b1c2be95ae96d3e04cd 1,132 0.75/1.00 vMB 24
349,797 349,797 000000000000000005b1e66b8c4c1bceb3abafe8e78042ef9b2e9807c8fcc192 1,386 0.75/1.00 vMB 26
349,796 349,796 00000000000000001136d0df5b4556f88128edb5b6aca8b5b3b6ce7ff626e1d2 429 0.61/1.00 vMB 11
349,795 349,795 0000000000000000145a40033d5e5e590c25d4dcf4f5bafa2bf97d9f7122e3f3 1,790 0.75/1.00 vMB 37
349,794 349,794 000000000000000016c63e6574a066b43e59ac0b720229cc962c2a2b5886144b 256 0.10/1.00 vMB 27
349,793 349,793 00000000000000000505681bf3b905440ddaf6ad839b1be582c2548d735e352f 310 0.20/1.00 vMB 21
349,792 349,792 00000000000000000532451c546a1dfc6bfc70b773c140e1eb8a6030c5bd1135 716 0.37/1.00 vMB 24
349,791 349,791 000000000000000004dc14e4e752a5b75013f1288c3ef074b9f48b5baa7e933d 497 0.23/1.00 vMB 27
349,790 349,790 000000000000000007b211a5179816efe1b2b5f2538629164d2f4262a2227f31 263 0.14/1.00 vMB 18
349,789 349,789 0000000000000000174abf2a4e88ab0357130ac3a5902d63c9b72b1ab6bb8500 796 0.48/1.00 vMB 22
349,788 349,788 00000000000000000d4ebea87ce763f09ad7c38f3a274d454f392e281c5f5b5d 377 0.20/1.00 vMB 23
349,787 349,787 0000000000000000034d013c6ee7cc5e2b562eda6fd2bec7e41ba5a96924d644 207 0.10/1.00 vMB 26
349,786 349,786 000000000000000005b105468c91dba10c76628ad68c15c5887dc876a9f328cd 216 0.12/1.00 vMB 14
349,785 349,785 00000000000000000b54a724761e4ae1b44124985c163d66f7be727cfe9943de 509 0.33/1.00 vMB 25
349,784 349,784 000000000000000014f51d6c8d679c7b3303688c02546f16d9b167b1e7d04302 940 0.40/1.00 vMB 34
349,783 349,783 00000000000000000b04588831c2d6e3f30196081bb7a1c1861357b20291e99b 529 0.25/1.00 vMB 26
349,782 349,782 000000000000000010e79c64e95657b6dca52655cb9495234fe68226d389ec89 353 0.22/1.00 vMB 19
349,781 349,781 0000000000000000133b43940a0d40272713bc6af4274bb227ebbd839fbfa7f7 345 0.16/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.76 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: 709.07 GB
    • Received: 16.84 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.