Memory Pool Memory Pool Refreshing

614 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 563 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (791,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,725 116,725 0000000000001aeea3e894a55a4de55c16c924da5adac84a3cd932a885d3a3e5 0.00 MB 6 335
116,724 116,724 0000000000008e536fc3cc94ed295efd24070c1d98c6982cf697c03d6e31a13c 0.00 MB 11 0
116,723 116,723 000000000000c6393061c9864c15933bb66b1ea319dba1bf881834f61d821a3e 0.00 MB 13 1,106
116,722 116,722 000000000000b9d28ff043dff9ea709d8de3b0168ead5245da6c8a51d10e70b5 0.00 MB 9 0
116,721 116,721 000000000000ef9810bbcb08c8a41537832819955dcad3672f16003724228aad 0.01 MB 9 898
116,720 116,720 000000000000d95fdec4aee377ef806a1eab86ce86b4486600088e3b18f29810 0.01 MB 18 1,406
116,719 116,719 0000000000008f166f80a5facf416e640ef14e9ddd91cb0bc3d4479393bf8dc5 0.01 MB 13 328
116,718 116,718 00000000000057e86d748afcb00a4718592ad692dc3f12b3c3d111cb15e86884 0.00 MB 1 0
116,717 116,717 0000000000008b93e26a796febd3b8a3750b5b74bde572801ecd1791cf32e836 0.01 MB 19 2,644
116,716 116,716 00000000000082b38dd4e52eb1deeb9630a49db9b5d9f49f6366a7f5b5e8371f 0.00 MB 10 0
116,715 116,715 00000000000068609692a92b96c75777c05d8f2ef911535509880ade5a1a973a 0.00 MB 10 898
116,714 116,714 0000000000008627090f5a1ebc50d758edf8617729ffafe14547e37bdb465482 0.00 MB 11 0
116,713 116,713 0000000000007c652a6405bcc66a9b138511da7b01789fa309124d3931158229 0.00 MB 5 3,879
116,712 116,712 000000000000f012cbcfce6f72713c524ddfefc72893409f2cb37b30b4ec13dc 0.00 MB 8 0
116,711 116,711 00000000000096591b29c927a5aa165aeeda6ebc756332fde84c4e9a63a6e1ab 0.00 MB 14 866
116,710 116,710 0000000000000fc7d344cfcc814041392350ab5a20db20f329b90f682f57a798 0.01 MB 20 1,571
116,709 116,709 000000000000793f3bc1abca42530b0886788a2a06f2333741cbd3a4f3c5a14f 0.01 MB 23 524
116,708 116,708 00000000000076e03a629563e1e5b33c89f4693af151a25f3a504df8c27b04c1 0.02 MB 14 415
116,707 116,707 00000000000080d9bf2e1235ebeb042b16e6b147d441a465963685e7ea6e5624 0.01 MB 31 1,809
116,706 116,706 000000000000dce227f7d892dd90466ae0af211f15d05a9779228c873bdafe15 0.00 MB 14 812
116,705 116,705 0000000000005e219087faeee86a6a8f2db243c2df851e0f779a5f075bafe669 0.02 MB 39 1,255
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.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.