Memory Pool Memory Pool Refreshing

6,483 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,878 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (805,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,127 103,127 00000000000233cb3bf8da629b911ba2878e01c4cc911d01c184383d67a48d55 0.00 MB 2 0
103,126 103,126 000000000002403d3522466f731df0f3b42693254f91f75ef38aa2fb2ee73230 0.00 MB 2 0
103,125 103,125 000000000003193aef20af8bf2b477f94ad8cf1817471a0bc752c450e54f7063 0.00 MB 1 0
103,124 103,124 000000000001f0e414e389b2587fa1391024390ba52efa453f5a65b79dcb6b6a 0.00 MB 5 0
103,123 103,123 000000000002631f370a7daf8e14fd0b9f571268b45e3fe6699c924aefe85964 0.00 MB 3 0
103,122 103,122 0000000000027ce4f4a8f2c7dd9fb3b7287f70701a63e1664e1391b9163a4b22 0.00 MB 1 0
103,121 103,121 000000000002e33d0ac6ce0ab4dba6592a88a4f7227ee3e885e6bff30ffa6c3a 0.00 MB 3 0
103,120 103,120 000000000000491e22360578703c7bbf55abc1349bfd67a06b8496205c5bc566 0.00 MB 1 0
103,119 103,119 000000000001b67b65f12d8ea2b9b7f37b1a4e679456f37747b390eb395aa8e9 0.00 MB 2 0
103,118 103,118 000000000000ac450032b027f85a1ca93bae61be77cb8fe43aaa741e187554af 0.00 MB 1 0
103,117 103,117 000000000000015a809528b5a3ec60125e25dc848435ac35be1a1dfe53dbf1ce 0.00 MB 2 0
103,116 103,116 0000000000011869a17e75269b28a545a3f5da9eba9ce9929aeebf2cadb87d09 0.00 MB 3 0
103,115 103,115 00000000000272fc6a46fa90f68146d1c46b8634c1102a83b420635f6264c2da 0.00 MB 1 0
103,114 103,114 0000000000011b8a20405de76b6a0bbb915a97c56cbad59ffbd7e60797112b3c 0.00 MB 3 0
103,113 103,113 000000000001c98b37e9e2bb820a3933a30e4bebdcc5a5d4e05e73355a0baadc 0.00 MB 1 0
103,112 103,112 00000000000281f503fcfb9deef6b8cf8a313ca8137ce404d3fe4920f5af160f 0.00 MB 2 0
103,111 103,111 00000000000115a7cf34af2918b7efa0a12c2c5d4d64cf4445c4291af514c580 0.00 MB 1 0
103,110 103,110 000000000002d33d35b0396c53b5daf1e7f0f7efdf7bc454e94ec744cd1cfba7 0.00 MB 1 0
103,109 103,109 00000000000270de7d56b1c9ed51b843f27a6c0bba57da88ad44340f8a85f12e 0.00 MB 2 0
103,108 103,108 0000000000037befc913bfd369d8d793d2fa016eb67ebabf9cac7ccabe2ce8e5 0.00 MB 2 0
103,107 103,107 000000000001c9cb7a5acad8b6681b424d6ee70fa1209acb1ddf4c6daaeb6368 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.