Memory Pool Memory Pool Refreshing

9,816 transactions
4.34 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (10,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,613 897,613 00000000000000000000b805a8212e435e98e449f99a8ae5c858faec5e53471f 1.67 MB 3,911 4
897,612 897,612 00000000000000000000f6e77b0853f57cd1c9b7df55795cdfc0e50f4dd94067 1.62 MB 3,434 8
897,611 897,611 00000000000000000001569ffcf6d7daefeae2a949d2c0ad6c5c47b604f0ab1e 1.58 MB 1,646 2
897,610 897,610 0000000000000000000224a0f1bba4da0b0e0851746326e5c11a289917a3f261 1.80 MB 2,678 3
897,609 897,609 000000000000000000020a54153c7ac8274fd4af66cef54ebde0db97f7891527 2.07 MB 3,259 3
897,608 897,608 000000000000000000008cc2ad81a417f4cc9578c16d0ffe905e0999267e5e8f 1.56 MB 846 2
897,607 897,607 00000000000000000000a5ee297094cc189d2506b4228bb4b67e0addd2a467b1 1.02 MB 235 2
897,606 897,606 0000000000000000000086a2885daa59ce8678d64eb5c77e17b6c8bdecd17153 1.74 MB 2,017 3
897,605 897,605 0000000000000000000162d5c01459c1bef4f1180610d108090482d956370901 1.46 MB 3,271 6
897,604 897,604 0000000000000000000039787262a18f04c2c3be7a71292f8bde3772e0e603b5 1.34 MB 1,197 3
897,603 897,603 0000000000000000000054a74a28d4bbc49f3af1907559968f55c7bf7521b828 1.18 MB 1,007 2
897,602 897,602 0000000000000000000004b1f1bb50fe404c4a9f4889d9631c00d38df9db6788 1.73 MB 1,329 2
897,601 897,601 000000000000000000001c8b6ce12e13817b2dc75e8235f0eae561b934d4e076 1.60 MB 4,535 4
897,600 897,600 00000000000000000001d4942f4f5b57d5136081175a46e1fd9e5c4f6d29f979 1.75 MB 2,720 6
897,599 897,599 00000000000000000000366e4d7e16bfa5c2e269b5b32a87e0325a3df07b51d1 1.56 MB 3,948 9
897,598 897,598 0000000000000000000072e8d9e9a22bf24ce70d6b2c06a18087b508fab416df 1.60 MB 2,156 20
897,597 897,597 00000000000000000000b271cec6a20444e08a229effad1a26bb4c090a170f0b 1.05 MB 159 2
897,596 897,596 00000000000000000000df79958c21f6bdc430117f91dfb1aa417f5d52345109 1.33 MB 1,104 3
897,595 897,595 0000000000000000000158c701c59743a0072a317a5aab3ff86c05481cb80311 1.69 MB 1,807 3
897,594 897,594 000000000000000000006ba8253adcb33d21f3c2e6f5df599869d9149d3bb4f3 1.64 MB 3,103 8
897,593 897,593 00000000000000000001da47ad79693491a5395017d12385e693aaf01acb452d 1.57 MB 2,329 4
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.00 GB sent, 93.01 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.