Memory Pool Memory Pool Refreshing

5,747 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,657 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (185,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
722,298 722,298 00000000000000000009a862abbe6ed393c2684d7c4d761bb8e053ab91639f3a 1.45 MB 441 1
722,297 722,297 000000000000000000001e45cbf90a810dfefdb34866dc890968d71e0db246bb 1.16 MB 1,020 3
722,296 722,296 000000000000000000056c1b986ad7e56d1f3ed15eb26c6e3e2ed31aea8c85e5 1.60 MB 1,658 11
722,295 722,295 00000000000000000004dcd3f0d7fd5ba25aa66d6cd67825ecbdf3210fecb14c 1.57 MB 2,626 8
722,294 722,294 00000000000000000003e332ab5ae0502d2b5b01f19d353fb01562cc6bd49754 1.52 MB 2,555 14
722,293 722,293 0000000000000000000725ebf100729d7d7d8b5e48d5f1573d092f9d0e5be815 1.16 MB 1,065 7
722,292 722,292 00000000000000000000927f5a427711087b23bd8e868cb47e98b77f8f5a82e6 1.35 MB 1,130 13
722,291 722,291 000000000000000000017ed08cccbf7d33973ffda1ebdd6eb98fc466acbc0fe1 1.44 MB 2,056 17
722,290 722,290 00000000000000000001a58e2fe0abdcb7ada03dba002743933465e43af5a96a 0.50 MB 567 7
722,289 722,289 0000000000000000000a48bd0d86e50608557f2af0069154e7886d5c03b8cb14 1.59 MB 1,576 3
722,288 722,288 0000000000000000000056443f4dd835bbb81cf98be984069687d3800543f73d 1.48 MB 2,645 16
722,287 722,287 000000000000000000064311d4e2c4fc965618249e40127178b9912d50dfc096 1.35 MB 1,940 6
722,286 722,286 00000000000000000002b27a2aa2c6ca2acd031ad1cd03d0f53c428509f51e40 1.48 MB 2,808 17
722,285 722,285 00000000000000000007a960363b6978052f585265efd07792470cb2e6d8c62b 0.53 MB 747 9
722,284 722,284 0000000000000000000a46ceebdbeadcb59aaee0885a69b6e6c39392e3bb0a01 0.02 MB 64 17
722,283 722,283 00000000000000000000145611ffb69a46d056faa3357ab23e1787b38b6ced0b 1.00 MB 1,135 10
722,282 722,282 00000000000000000009c16eb6de1870356798bdd4313e252ffb4d07292e615c 1.10 MB 1,329 11
722,281 722,281 00000000000000000009fd468fed6d538e9e01ddba0f95a1e04a1c08b53ac9bf 0.69 MB 1,037 3
722,280 722,280 00000000000000000001e9046b3e68bb0d62ee471a17769b033b08a1e778abc0 1.11 MB 738 8
722,279 722,279 00000000000000000003b488edfaa30e91fdee7cba83c38b0d41c8c0b57a9922 1.44 MB 2,639 16
722,278 722,278 00000000000000000008f32fab3d58fea01ae5e3a310b068fc88d8f4c7b0fe81 1.01 MB 1,294 11
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.