Memory Pool Memory Pool Refreshing

4,878 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
908,141 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,280 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,140 (768,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,068 140,068 00000000000001dde51a941ef1f3271ae84eedf95ab703df3b5147626f861a4c 0.05 MB 12 74
140,067 140,067 00000000000000d9319aa4783407197bdf8efcbeabfd66a6988b1b264a4645d4 0.13 MB 62 95
140,066 140,066 00000000000005ba8a348956e7f6e58a4d0b3c77eb21e3e8f7929b80819ee2ab 0.00 MB 13 33
140,065 140,065 0000000000000761598a8a94ddc22654528a755e8c43f599fbaadd5111baa2c8 0.02 MB 38 207
140,064 140,064 000000000000002b5d4814a03d18d52604dd186d87ad9d5cdc61e09ce4f30add 0.00 MB 2 0
140,063 140,063 000000000000086cda23464c0fa3f4aaffbcca3bd4c3af76d8bcdf2f198b7587 0.02 MB 87 2,375
140,062 140,062 00000000000007b16a27ad2f0edf33c255e5cf2cf3d08d6d217cfb5790ddaeed 0.00 MB 1 0
140,061 140,061 00000000000004533cae4a147ca34d4e1380f2e9b910ad769a7db9dc082695dd 0.04 MB 90 213
140,060 140,060 00000000000006eb4ad483a2bb304902f9670aba0d9d85ce3f741d96d3ff762b 0.09 MB 35 92
140,059 140,059 000000000000019835ea5baca3b4b2a698d1ae9b660f6a3d3d86296b7f64f4ea 0.00 MB 8 285
140,058 140,058 0000000000000485de4926bf642370bc9cad1050f808a660a3081b7ddd89acd2 0.02 MB 76 51
140,057 140,057 0000000000000546531a0f1ea771d68d97f0320ad67e4383ffb3eb49c79a2513 0.03 MB 86 146
140,056 140,056 00000000000008b9c62298720316b7d076258761ee7c4235665f753862597faf 0.00 MB 2 62
140,055 140,055 0000000000000761dc47c5587cc1a6459b0a10116dae97edf4c9a23cc1bd1cbb 0.01 MB 47 109
140,054 140,054 000000000000081d331de4bf24d0239f48df7448270429376d9d56ea0c0269e9 0.02 MB 42 458
140,053 140,053 00000000000002971f5a99132edc54fa35edf383d14c33c970c4eac1697dd43e 0.05 MB 19 128
140,052 140,052 000000000000003302367061a6c7c85a8a2fe87e238be6b67438322093debac4 0.00 MB 4 23
140,051 140,051 00000000000006a082a7b4d85d3754751ab3843692af696f74975324a247ebf2 0.02 MB 74 69
140,050 140,050 000000000000024ad59dc0ce270959e25f68c6e524a248c1729690cabf786162 0.00 MB 10 15
140,049 140,049 000000000000053d0c1575c914b15e134e5411b5be78ae3c6d07f1e44a9bf8ac 0.01 MB 29 100
140,048 140,048 00000000000004d9a2c45adab3de41421e54c808a49b2df22b762086c2b204ea 0.02 MB 6 200
Previous 10 blocks ↓
Total Size: 769.81 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,680.53 GB sent, 96.96 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.