Memory Pool Memory Pool Refreshing

5,261 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,725 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (782,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,133 125,133 00000000000027f5bdbe27fd960c979382359cddda057c86dc1e26857ba61073 0.02 MB 35 555
125,132 125,132 000000000000326d902688997d85222dc3a4a11cd305b531c4750561682ab5cb 0.00 MB 8 1,605
125,131 125,131 00000000000008b4dbd50d9e74a351d182a424371baa6e6afee10838d77bd448 0.00 MB 18 102
125,130 125,130 0000000000003a9a579913be965098f6f10bce30a689fc4c853db8b2cf618067 0.01 MB 45 631
125,129 125,129 00000000000040261926d4e90b5eef4fe7ed71f0405f33ddef25125d03478745 0.01 MB 34 144
125,128 125,128 00000000000000ebd4c778f7534a0a59d4dee3940f0571c4a5d5e691251cebea 0.00 MB 12 0
125,127 125,127 0000000000001cafa82b798af07cad6231dfb6915607954fa0e77fcdad58476b 0.01 MB 22 1,213
125,126 125,126 0000000000003da635e0de45f9c316d650cca598792392666df911eff1176aec 0.01 MB 36 139
125,125 125,125 0000000000001ba2892c7e071597fc4d58af42ae3c385b6e4282fd2525497dde 0.01 MB 17 1,085
125,124 125,124 0000000000002116dc8440d50b27bc9b7cbc9e5dcc2d735cf9806923a5cf66cf 0.01 MB 9 656
125,123 125,123 000000000000112a0a879fb15835b7ac5c5b62cf8bfdd74f34d21319e119b78e 0.01 MB 46 350
125,122 125,122 0000000000003ba0eb1be87d4e06afc9ef8e8a07750dec43c43e40d1ec8b2fdc 0.01 MB 18 562
125,121 125,121 0000000000001c05f32ec16f8bdeef89f50a2e212e9862c3ee6fd6cacad0b685 0.03 MB 83 2,056
125,120 125,120 0000000000000b92b1a05c2541c8f44f82b30751ad7adeea883e5760e2adbb71 0.00 MB 1 0
125,119 125,119 00000000000013dbdd0e13cddce03f76c14f797112dcba8a83961bb8968ca074 0.02 MB 37 157
125,118 125,118 00000000000027b9fd63fe15853e51ef32058764520a46c2398f448cb310f9f0 0.01 MB 33 75
125,117 125,117 0000000000002d3df639e8216cc5216cdf751ec72d0fcb6ef64c079ac22313c1 0.02 MB 27 1,604
125,116 125,116 0000000000003a7ce4b8148f81482297b93c8e3d23b68ecd8d1d45c81df10c8d 0.01 MB 26 1,470
125,115 125,115 0000000000003ff3bce273521108fc9b73024437dbd7cef4e5a4531c15d9c4ad 0.00 MB 1 0
125,114 125,114 0000000000003cc8a8e6cb3a40a6a05bb63d5101f485d4149ef1495fd4f9312c 0.00 MB 15 1,015
125,113 125,113 00000000000029c8e77cbed934dac076bbb06632e6690d1f178ff95553d34d89 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.