Memory Pool Memory Pool Refreshing

4,919 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (777,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,944 129,944 0000000000000561cef22413af1009c070c62e3b55807279d57382fe6e723e35 0.00 MB 11 351
129,943 129,943 0000000000000cd47c07fcf6b5d8ba83bae07b4b419e4a473b2283def201017d 0.01 MB 19 779
129,942 129,942 00000000000008582eb17645a58b611d6dee94262dfbad9e05c6acfd8ee96344 0.03 MB 93 529
129,941 129,941 000000000000131e386cb9d6abc930782a607c8469a1a0bab1b23eb16934fbee 0.01 MB 22 528
129,940 129,940 0000000000000008bae89ee3ffb427145d5aaad3783f8edbc11b43101dd428e2 0.02 MB 50 978
129,939 129,939 00000000000004fb3128d0b15c65245708b6c6fc4e7ef73837e202d4716117e1 0.00 MB 6 732
129,938 129,938 000000000000163987faa5adc1d4ed7df4ede0a6bdefd925c890ae9c6e628b93 0.01 MB 17 1,193
129,937 129,937 00000000000019a7b701c56ee0e505402ead7196a0f0c0900846bff8f83931a9 0.00 MB 14 1,359
129,936 129,936 0000000000000c1ccac757f2ca3ff82ca0957ac34dfea375f64edf97311ac7b8 0.02 MB 78 25
129,935 129,935 0000000000000bd9f66d08cd8ac2caa3adc45d7a3e70a57530b9228fbddbd87a 0.04 MB 106 1,777
129,934 129,934 0000000000000e735b92ef1eb3816815708eef0c80cb71c2732ee717f94c1ebd 0.04 MB 74 713
129,933 129,933 00000000000006a7a8a6a8bb6bdbeab5cd1b692929ae59bd154ec8c82098e1ed 0.01 MB 18 973
129,932 129,932 0000000000000e641305ca6cffc48830121675134e76595387045d3e3ecf0d60 0.00 MB 8 1,108
129,931 129,931 0000000000001b457298f76549da01315e72310bc099c806e3bbb20f2117c96a 0.02 MB 59 449
129,930 129,930 0000000000000dfdff634ff89240902dcb2815844a31ba0d390e3db3758a8b26 0.01 MB 14 1,378
129,929 129,929 00000000000012d8427a36b4cb598dfcc0ea82938974a31ea0dd0c8d5b73a4e6 0.03 MB 82 192
129,928 129,928 000000000000024e9512baba1805b5b3c958b6c5f5ec9813642a05a2fed3358c 0.01 MB 12 317
129,927 129,927 00000000000019766467303180a88bfeb2decf7ec5313e80de2ab3b8d7d905a0 0.02 MB 59 1,123
129,926 129,926 000000000000115a6274789e292f716a0abac37c38c95e0877d210898c9a0858 0.05 MB 99 422
129,925 129,925 0000000000000be05a8fbe5f7cea103d3fc145d34674629d68e8c208e894e06c 0.01 MB 24 476
129,924 129,924 000000000000040684538e58e4bfe09ea5511e720ca250beb33f3b258f47459b 0.01 MB 31 1,361
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.