Memory Pool Memory Pool Refreshing

904 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 893 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (716,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,931 190,931 000000000000044f356166d862620ce38dafda38fb58ed04896000fceb82686c 0.12 MB 322 136
190,930 190,930 00000000000000beb8d3ec7520f70d8b855d519576b7b444fe1ce0e6d27825d0 0.14 MB 315 162
190,929 190,929 00000000000005a7000c2e9f2259954908aa02847cc8b43c2a802b27a4033714 0.25 MB 648 81
190,928 190,928 0000000000000488f07b12f9f95ead879f5f8b003542a35d8c3c65ced8b65d08 0.12 MB 166 74
190,927 190,927 0000000000000127eabe18f0b604e77b09d427bfcbba2b0a8e86353e8c564c71 0.02 MB 57 93
190,926 190,926 000000000000037c6d63e42c8ca078d14956edf1e03c9090877b63f3dc02c52a 0.20 MB 414 106
190,925 190,925 0000000000000557029b120cb974704072e5d1ecedcfbf1c5dbde1ce2f5ffc5c 0.06 MB 128 148
190,924 190,924 00000000000000bb2a3c0d8e809732ea6dab70cb836d202a000f09aea7d1a1e8 0.25 MB 567 134
190,923 190,923 000000000000019c889d60e3f5cbcf89fb0d0a630fdd438521d34fc3927fb8b0 0.02 MB 17 84
190,922 190,922 000000000000052a698d589d6845100d8cd00bfc0af9f3ac250f74d052f43093 0.02 MB 30 42
190,921 190,921 00000000000006d660b10cdc50be7b8d4f2ce8038dc7e208aa6ef44f8db9bb5c 0.01 MB 21 7
190,920 190,920 000000000000013b47a45738da2a36b802b9f8b0631b140d23739460596ccb9e 0.07 MB 102 92
190,919 190,919 00000000000001bbe5178ee04a59e2281c7827ad32913e188a2bd45470f7f368 0.05 MB 200 66
190,918 190,918 00000000000008c9f32094e6687188504078e2e6e25c34a8eae5f4cd3003fa6f 0.04 MB 71 312
190,917 190,917 000000000000086913c358927d1741923fce78ea2409487dbe8219fd4a9ad02a 0.03 MB 75 123
190,916 190,916 000000000000087adcfecd85b67c38d0872f8a5d01dbc45d33a23a91e09d1b9b 0.05 MB 107 19
190,915 190,915 000000000000037f70fb52762d343fa7330acb22df3af3bab4fc958732107069 0.12 MB 321 150
190,914 190,914 00000000000007e575cd8902b33f3c9d4eb680ac0cb3662a5889f64a1a39aa9c 0.01 MB 32 34
190,913 190,913 00000000000000a788123ca1556a459077ba1339c426ff743bfe9e14e45c483f 0.01 MB 18 45
190,912 190,912 00000000000006bafb057fd33be61718cb2bdb02938b3e2f20db4e3a5c481474 0.07 MB 122 88
190,911 190,911 0000000000000897afe39dbc5228a6ccd1245ac3c96c64ef3f1b733bada813b6 0.02 MB 42 122
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.