Memory Pool Memory Pool Refreshing

5,086 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,839 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (552,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,128 355,128 0000000000000000086a3a6068551c9271da7daa4af9790daeb27f594a4af36c 0.40 MB 747 28
355,127 355,127 00000000000000000b71ebe9c5ba704a1c65359d90af077884851edf204e8684 0.33 MB 560 22
355,126 355,126 000000000000000000c17461ba47d3c81c5020d1cbd6ed3f0c9a8a9b8bfec62a 0.75 MB 1,111 24
355,125 355,125 0000000000000000164d2511a8c96f6fe825d3fb13a885b62b2163d9b4335bd8 0.10 MB 169 22
355,124 355,124 0000000000000000127805e73a092e233c38f92a72c5607d1b80d0ce136e4b67 0.67 MB 1,487 26
355,123 355,123 00000000000000000ff403e60d8899889e5464da506507723062ca1d3a7f4438 0.14 MB 512 62
355,122 355,122 0000000000000000076c7a138687b3b7f77cea42d797bf8c6a0d6c7a3a1b7212 0.70 MB 1,619 33
355,121 355,121 000000000000000001409e3001ee609c4b4d021a34e7938f4553c23b9818b96e 0.20 MB 422 30
355,120 355,120 0000000000000000043750dba6620f17e2b1d212e18523f3e2ebb61ba017a7fa 0.66 MB 1,505 34
355,119 355,119 000000000000000006a90f5e981b1e2e232e8f2ea1030eb0f45ac2bf6a52e0c4 0.19 MB 416 27
355,118 355,118 0000000000000000079f496fff1c220269c08c319e1bac66ea94879adbc67d10 0.36 MB 710 26
355,117 355,117 000000000000000010345ed7174935786b99910aad25625143387d93e254ca0b 0.21 MB 277 15
355,116 355,116 000000000000000007ef6c99ecdd3b6f9964c722b0ef83a433408cb8aa30c8f9 0.42 MB 924 28
355,115 355,115 00000000000000000b0159cb6121677d4a135ed0edf1420656b529f428ce17e1 0.43 MB 896 29
355,114 355,114 000000000000000010487bceda8793548d1ba818c4c16becf4a18d9e33b0e726 0.97 MB 1,310 19
355,113 355,113 00000000000000000deeddd4cb7bc560960647b9440bdf924001d405742c182f 1.00 MB 2,966 38
355,112 355,112 00000000000000000086de875f98a0b2a29b522198e194f8a0b8eab619431b20 1.00 MB 1,524 26
355,111 355,111 00000000000000001214be7e02866b2d160e4163ac2577fcf304be698feb8df9 0.10 MB 131 14
355,110 355,110 000000000000000015558b6daa0ccc8b3de87fc043e5e70cfcca3bd1871dc86e 0.36 MB 742 25
355,109 355,109 00000000000000000dfe959dd84c7adf70f893b965dfd4cbc8c1e5c47b5c5d0b 0.30 MB 532 17
355,108 355,108 0000000000000000081af4ad691f6b3497bbbdf33d1a6013c9504697191ec08a 1.00 MB 2,043 30
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.