Memory Pool Memory Pool Refreshing

9,678 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (9,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,394 898,394 0000000000000000000240c68668ac2b01744c923f318b6578bef457e32fd931 1.75 MB 2,814 4
898,393 898,393 00000000000000000001d38dac78837ab81bb28647b47bf1e9dbd70a599415c7 1.82 MB 3,877 2
898,392 898,392 0000000000000000000084967c73f112537287e949d928db1450add568c4cfee 1.67 MB 2,927 8
898,391 898,391 00000000000000000000b340f24f8e45a71f1a466ea3d02be09bd597af5caf98 1.37 MB 542 1
898,390 898,390 00000000000000000000b6a6d2cd38cd9e1a63d726e4c2f09e018bb1f64b6a24 0.67 MB 318 1
898,389 898,389 000000000000000000002e480e992ed458db23515b72511702c15989251fb79a 1.12 MB 1,074 2
898,388 898,388 00000000000000000001f53348dc02b8b381db1320c92bf0f50833c1072602f7 1.64 MB 2,494 3
898,387 898,387 00000000000000000001c58db3cab9d91a31eb7279f931d6e88ae84c60618421 0.80 MB 865 3
898,386 898,386 00000000000000000001e54fd5d9980a6492c9c844c901fc3d43a6b3169a4dd5 0.19 MB 175 3
898,385 898,385 00000000000000000000a106921da86a8eec2565a485491cbe8892e443581316 1.25 MB 1,328 3
898,384 898,384 0000000000000000000117685121b7bc55a9eab6f2b55dd5958bad3aba554a0e 0.44 MB 465 2
898,383 898,383 000000000000000000014279c360b0637f44482ce102c92046bcbd58f8092422 0.51 MB 696 5
898,382 898,382 000000000000000000024d07e97f47b58497207a48db11f8b00093bfbadd6405 1.40 MB 1,841 3
898,381 898,381 00000000000000000000b60cccaa21c1354dc8e634a7398976115e21ea5a4f7a 1.56 MB 1,744 3
898,380 898,380 0000000000000000000108ed3160314fcc3dcfb99af0a37e855e81c6eaa52761 0.72 MB 463 2
898,379 898,379 00000000000000000000af5c3818eef3d8814059ebcf1c0fe3c2f1dd1c1b24ac 0.86 MB 906 4
898,378 898,378 00000000000000000001d77f9584fb36878bb0b21d8dece4367f414d3b09b1ae 0.73 MB 487 4
898,377 898,377 00000000000000000001d5aa798b029d155e00fe014973d5992e3444a60c4dc7 1.77 MB 2,367 3
898,376 898,376 00000000000000000001fc57ea62f6beff9b5bde98f04d6b457ca9a16ac9c387 2.06 MB 2,130 1
898,375 898,375 0000000000000000000170c1db08dda9a43047d87c2db48717ec6419a39916af 1.58 MB 2,675 3
898,374 898,374 00000000000000000001ad4cdef3bd967580be3217e51f09b470cb89a3019fb7 1.58 MB 3,066 9
Previous 10 blocks ↓
Total Size: 769.03 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,625.65 GB sent, 93.04 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.