Memory Pool Memory Pool Refreshing

19,660 transactions
6.31 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (722,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,132 185,132 00000000000002d49795b6129f686fed61790cbdf5eff59f1a47edde7f205c3b 0.06 MB 49 86
185,131 185,131 00000000000009aa7f39a7366a25a33e235f9453800309f8041657ceaba3a4ed 0.07 MB 129 108
185,130 185,130 0000000000000505de16b0eaf2f32c7b80d979292efb2f9edb7aab60ceb72c61 0.00 MB 1 0
185,129 185,129 000000000000036a89b85a6b41d4c0fe3e3e6ec9b26a6a4a340155a845fbf88d 0.00 MB 1 0
185,128 185,128 00000000000009fbd99f41d226bf2eeb2d3b19e734c90ce7da39b112ee54097c 0.09 MB 134 90
185,127 185,127 00000000000004a446efe2ccaaeb8cca4c2c74b68d77e90bca6ada501832b50d 0.22 MB 539 135
185,126 185,126 000000000000062f3df076c4707947228c066dd87186da13e8594fd1b3016b0d 0.20 MB 443 120
185,125 185,125 000000000000049b093b196eab2b1101f1b4a07b559a48e440a6eaf38376de23 0.00 MB 14 15
185,124 185,124 00000000000009f0fe7816f8ef93ce6d52c61482bef596515b5cd19fc6cd4cf4 0.17 MB 360 114
185,123 185,123 000000000000050a222e92da9d471947b2ed8d1fe00faeb857ae782f1f7e9a55 0.00 MB 12 107
185,122 185,122 0000000000000470fe0b5653a67e19122339f1b71eec29158c85f4b4c0d63687 0.09 MB 275 147
185,121 185,121 000000000000065c6a8e02c3f1b348dfd798d1983c5ee95d7ac859796eae8127 0.21 MB 512 122
185,120 185,120 00000000000005c7e7735c59859f2b0c55b9fec63fd315ecd6bdbf663f0faeaa 0.05 MB 135 181
185,119 185,119 000000000000007354fa2ffa5704e38ce0bf8cbee8019dbfc8a19980ed101082 0.00 MB 10 15
185,118 185,118 000000000000067806ae6c5125d261c3a8ab523cf1bd53464f3dc2902493726c 0.00 MB 7 0
185,117 185,117 00000000000006631be8c020d44a9f9e531bc187b01d891f7a226446758ed249 0.05 MB 145 126
185,116 185,116 00000000000007ae0b31cde9a0785411f85db391844b25c0a6b264c45677f857 0.05 MB 148 153
185,115 185,115 00000000000003be6aca393d0651b2554da588325d51fb95974f044750e7b52e 0.13 MB 270 112
185,114 185,114 00000000000007671b4dff50517f5042ea7397bad6b7adfbfdb3cb35138f7ad4 0.17 MB 401 162
185,113 185,113 00000000000001b7567e1fd852a10ed36eeeffefeec2bade7b43644a16f23ea3 0.00 MB 12 107
185,112 185,112 000000000000072601b430a10fc0ec5ee32637e8c9d3c39fab0062a604accf49 0.06 MB 128 97
Previous 10 blocks ↓
Total Size: 769.02 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,624.52 GB sent, 93.00 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.