Loading Tool

Explorer IconExplorer

Memory Pool

79,306 transactions
29.74 vMB
0.09426283 BTC
Random Selection Loading Transactions
Max Size: 179.45/200 MB

Candidate Block

Mining Attempt 684915eb300ffd52f557d7856774352db22d28f74b2ea0283baaad096a40df26
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 21e9013b511592f6f4c4db01346048eadca633fcedf400f4e8d2632279d8928d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,689
Size: 1.00 vMB
Total Fees: 0.02791814 BTC
Feerates: 251.00 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (411,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,685 503,685 0000000000000000007715f2ac438a5ada2ac6f00ce8e12337f3e0059ad14a34 2,636 1.00/1.00 vMB 563
503,684 503,684 00000000000000000043fdb4a63b16c5a90f08da6cf4989f5ef018ed7817946f 886 1.00/1.00 vMB 147
503,683 503,683 0000000000000000006ba1ef989a3947362d443a80815ca05bac6cf31f749942 1,434 1.00/1.00 vMB 271
503,682 503,682 00000000000000000082c9a37c9d49d3376c1cc57fd18e372291b1859fad9455 731 1.00/1.00 vMB 231
503,681 503,681 00000000000000000082c02dd3b3ec3c7151d5862ed01d6cb74c4792df73dfb4 801 1.00/1.00 vMB 210
503,680 503,680 0000000000000000003b35284aa2ad0ef4b7dd149c5bf6cada0243a7e78948ae 932 1.00/1.00 vMB 182
503,679 503,679 00000000000000000034292b674bd213331d45c56663d0c44d85b033d13b6c4e 2,261 1.00/1.00 vMB 470
503,678 503,678 0000000000000000004cd6904ce326463633700b8b522dff1de7aa5944590d25 889 1.00/1.00 vMB 251
503,677 503,677 0000000000000000004a7e08fdc623c067e2db30476783da74462515968fe553 427 1.00/1.00 vMB 144
503,676 503,676 000000000000000000711be6987e1f32b34e812da6a948759d81ec76210ebcdd 602 1.00/1.00 vMB 219
503,675 503,675 0000000000000000002e6c5fba38c9cd45c3f20a4b81e34151a70f818475cc8a 1,585 1.00/1.00 vMB 341
503,674 503,674 0000000000000000003627c5063d4c752fa4c954ff736b0575d722c8e0f8ab8d 2,055 1.00/1.00 vMB 449
503,673 503,673 000000000000000000038ae3321055ee69979c9bdeddd0e023743991a5b03d37 510 1.00/1.00 vMB 145
503,672 503,672 0000000000000000005fd2c0535f5862da383574bc0af7568485209be55cfce2 618 1.00/1.00 vMB 166
503,671 503,671 0000000000000000006649374167409ba0904979ddff38210d0706f04503dc71 946 1.00/1.00 vMB 240
503,670 503,670 00000000000000000077140243064000ba35b22d3e2440e936a722b90cd09365 1,041 0.97/1.00 vMB 311
503,669 503,669 000000000000000000129841fa3d599cbbc516114cfafe2af3a5b1c573903a63 914 1.00/1.00 vMB 241
503,668 503,668 00000000000000000067c94ed634da5c69099219f88e3b44b6f75388a37a4d19 666 1.00/1.00 vMB 191
503,667 503,667 000000000000000000773237133e35d21ccbdb8515374cd6cb2dc1d317677f5f 2,102 1.00/1.00 vMB 446
503,666 503,666 0000000000000000008a2971cd333408fbd23ee800ccc644f9777deee1c03971 369 1.00/1.00 vMB 155
503,665 503,665 00000000000000000060a6de8bd24116cc0fb2b5e4bd08889e3e59514726401c 593 1.00/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 782.62 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.02 GB
    • Received: 16.11 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.