Memory Pool Memory Pool Refreshing

1,847 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,838 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (805,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,133 103,133 0000000000009d0479d603922d807617499cf9289d4d853d9f0a372b25a31a79 0.00 MB 1 0
103,132 103,132 00000000000051b9fa3ed4c8b73556b59ba9bdef49f2a764acb572da9ef6c8ed 0.00 MB 1 0
103,131 103,131 00000000000331075534e94ed18176b2dbf77c2db5eaf130bf5b4ac23c90b3e4 0.00 MB 2 0
103,130 103,130 00000000000215c81c4ca2b18ada934150eea4494d361f895ef344508cf7fdb0 0.00 MB 5 0
103,129 103,129 0000000000034b1d25a37a1faa1a84f66c7f5b503a98dcc18b3c21d2b0b80738 0.00 MB 13 0
103,128 103,128 0000000000029372aa05dd14c3a8af32db58b42aec82da0f68dd1c721f73d963 0.00 MB 6 0
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
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.