Memory Pool Memory Pool Refreshing

9,249 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,870 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (790,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,785 116,785 00000000000000fc1894ef76421d22eac5d1b2f84c65e10668d9a9fc92e61df6 0.00 MB 11 331
116,784 116,784 0000000000009d787ff15e181723f61a607e1d128c701c8acd88534ed0995b75 0.00 MB 10 328
116,783 116,783 000000000000ed03e5c696ec44eb18dd114f98f40a7b8c6ee527a164400454f8 0.00 MB 13 616
116,782 116,782 000000000000998b8c781f7c7199236b6de40c5432e424e551102abd8c9513d0 0.00 MB 11 0
116,781 116,781 000000000000a448e810edbbfed4552324b611cdf3298fc7a32cfa1d7c4b9167 0.01 MB 13 966
116,780 116,780 0000000000004622c7bb4e13ff5dc23b09c52c3f2084c5e3f0a33b28cbcfb049 0.00 MB 11 327
116,779 116,779 000000000000176fb81072d74ca99bbc1f04999d656a64256f18b7c31f3b69aa 0.01 MB 15 415
116,778 116,778 000000000000da0ec22b0551c253324bc7283aadeabb2faefa960a6b6023348b 0.00 MB 4 4,437
116,777 116,777 0000000000007f412dbb42cfa93f7559dd49eaf1031e7868655d88993c747bc0 0.00 MB 1 0
116,776 116,776 0000000000007bbe8c2e5e15d6e302adb632781edc6813877eda7dfd2418d647 0.00 MB 6 0
116,775 116,775 0000000000001d8bbba112c47a3db32597d2f968867479457fe6799d55063b2b 0.01 MB 15 1,670
116,774 116,774 000000000000994aa4fe39bba6297dc8b7ebfe05432a469e37fb16149eeffc53 0.00 MB 10 0
116,773 116,773 00000000000001fa597e3d0ea82056dc4ab0f2fbaa36a6cdd808f21c1dbaff78 0.00 MB 13 623
116,772 116,772 0000000000008d7a7d18931e4f0b36edbfb76cb01122a5824af9a2ff9bbebfa7 0.01 MB 8 93
116,771 116,771 000000000000943626114baf0d8dd3386c7cff8e4c1846e7236d41678e6bf9f1 0.00 MB 12 0
116,770 116,770 000000000000648786c0c68e264352530fba7911713de840bb7b081b076998ce 0.00 MB 9 340
116,769 116,769 0000000000001653fd4784f1b47955855202aca7eac09d7306a74673760bb102 0.00 MB 12 0
116,768 116,768 000000000000ae98527086723c5e27388a7bcfb1f029f79c02aa0975711f0946 0.00 MB 8 291
116,767 116,767 00000000000086c508c7195839896948c823d902f569844921e3e8264a7091cd 0.00 MB 14 1,205
116,766 116,766 00000000000015ee0b4eaeeb0a578cbe5f5e7fd231aa6f900915447c04d1d955 0.00 MB 9 353
116,765 116,765 0000000000002b7d7a49e2e09dd2224e80db66b2d1f68a70a48b3b01f5e63e2a 0.00 MB 10 313
Previous 10 blocks ↓
Total Size: 768.98 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,616.44 GB sent, 92.72 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.