Memory Pool Memory Pool Refreshing

12,731 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (767,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,991 139,991 00000000000000bb44d5228ebb1548540b7148bbc8421d6144237c78674c3e23 0.02 MB 36 83
139,990 139,990 00000000000008d01930b2ee3a0fda6b7f94d68b92d3f63f45a6457db441af4f 0.00 MB 8 444
139,989 139,989 00000000000000178cbf6dc3539bcb5c752d72c64edcc2ca282b77a13e726cb3 0.03 MB 102 156
139,988 139,988 000000000000008058a3be6e8c4872d2ef9907be901320400e3c6fd9f45a0197 0.02 MB 62 138
139,987 139,987 00000000000004292c04aa9a26af8c086c3cb746c720013e22b71f3e349b2e84 0.05 MB 115 250
139,986 139,986 00000000000008337f52c0b9b98d10aa8dc9e7c49259bee41ba87191c16d1491 0.05 MB 112 53
139,985 139,985 00000000000004a2b8e24a098f220f39b7175715d55dcbb475137b7dd4461e32 0.00 MB 8 627
139,984 139,984 00000000000000b74846add84d3e3fedcd23e69fa052dab0363cc1dee8226d64 0.05 MB 146 283
139,983 139,983 000000000000072e7fdf7472acb990f44a6d17659283894a9993a988c6406b54 0.00 MB 11 0
139,982 139,982 00000000000000609dc61c06f0160795e9b9834903cae637b0c789fa6a0d18d1 0.02 MB 48 280
139,981 139,981 000000000000046008308e25a7e760958c1c3fde8fc2a9fc62e325ee7465fe44 0.04 MB 118 184
139,980 139,980 00000000000008d161f78099f48140338773c44af7243a650a2d79020d1a48d9 0.01 MB 27 250
139,979 139,979 000000000000047261ca6daf63ecdb62ebe78becbe8e252fcd16db6946c8635f 0.05 MB 146 152
139,978 139,978 00000000000006e67eb56296b2e62029fa726a55e96057c49bb3c7c1c79e0f6e 0.02 MB 59 21
139,977 139,977 000000000000088139a7705c7d4befc918617783ac8480789a916cde17e7374a 0.00 MB 9 143
139,976 139,976 00000000000004fda1b564008e456be3c237786884aee9d6ef361ae2716345aa 0.02 MB 42 185
139,975 139,975 000000000000079488e5131ad49e599722151bfc38a8cb6c679fe2ad115681fe 0.00 MB 18 495
139,974 139,974 00000000000007d2e387f1507cc915ae2e44ab5876a8da99a92cfc9df700c771 0.05 MB 171 113
139,973 139,973 000000000000049f8bb6d938e6a6b64051f0b8f43edd72c67fc1b7e6ef2b3296 0.03 MB 65 210
139,972 139,972 00000000000007c3aa116c50e1989428cba821017fb5f204d5d35c0ae6cefcb8 0.06 MB 141 392
139,971 139,971 00000000000008ad6906f1d14cffe0f06c7339f377ccde8ed05f68448a62a40f 0.02 MB 38 112
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.