Memory Pool Memory Pool Refreshing

4,767 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (473,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
434,025 434,025 000000000000000002c5d5c1c3c8b13fbb7ffbb10e3c72fb22f6600d54bdf27a 0.98 MB 562 18
434,024 434,024 0000000000000000040faead75fafecc2499a7dbb8d950a9a9a2aa9bbf3fa827 0.39 MB 798 63
434,023 434,023 000000000000000003bd9ddd6cd654e540e761f9dc11e36e778f0653865209be 1.00 MB 1,940 54
434,022 434,022 00000000000000000265bb19ae4182dcb1cbc30485a95509038407b4100220e1 0.43 MB 880 68
434,021 434,021 0000000000000000006bb5996c99da81bbdd6ae30e562ec602cb13abd07b0904 0.08 MB 189 50
434,020 434,020 00000000000000000070361598ab703342195348e21c5e6c941f5452c7ee0c99 0.59 MB 1,109 56
434,019 434,019 000000000000000000978cea20af0bd90b62d074ef6e56edcececcefcdba7b8b 0.68 MB 1,002 50
434,018 434,018 0000000000000000001d1d96da6e5fbd5635ffe534733a3180e4b3bf1835a209 0.88 MB 1,605 53
434,017 434,017 000000000000000002160580f00c94f3c76a54609b6a78d4f743f148b7e8d587 1.00 MB 1,323 38
434,016 434,016 00000000000000000127db0f2ee7cbd8685123082ed50d35e3f58b4fd84cd610 1.00 MB 2,227 62
434,015 434,015 00000000000000000360a3f12fa1e88c952838c926f6407a1f237e0d33eddc42 1.00 MB 2,701 79
434,014 434,014 0000000000000000043420d7de6caa560e537383467770da932fc5e8b951a8dd 0.00 MB 6 648
434,013 434,013 000000000000000002fc204fdb4d500f690a584936d4f001dd6eb077dbabf44a 1.00 MB 1,937 72
434,012 434,012 0000000000000000037125d89a08f969eb6cb3e3eff2a630ed8a5d1d5b81c0be 1.00 MB 2,140 66
434,011 434,011 000000000000000001b0a6f8f7c148e1fda667b45dafcb7f93b07608760ec740 0.99 MB 1,235 26
434,010 434,010 00000000000000000232b385a65cefa44a2f8128c445df66bf8fc5c3d043965c 1.00 MB 2,558 75
434,009 434,009 000000000000000003d3db3dc17dddad7a57fceabe6ac9e68d0e661b0cb2990d 1.00 MB 1,310 30
434,008 434,008 00000000000000000316987710f693cd7a77a19a431c1a5cda3188ae9d9a80dc 1.00 MB 2,085 52
434,007 434,007 0000000000000000003a25c3db96d3fefd21e2e0ca4e5be13c3bf7772ff41ced 1.00 MB 2,802 93
434,006 434,006 0000000000000000030b15cab8b1cd330c873990d5a85654fede589dfd2f8ed2 1.00 MB 750 12
434,005 434,005 00000000000000000083eb2c2fde0351392a6df65f003e10891d16d82cfd1ee1 1.00 MB 1,199 19
Previous 10 blocks ↓
Total Size: 769.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,645.89 GB sent, 95.19 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.